#CA8934

Color #CA8934 Dixie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dixie #CA8934

Tints of Dixie #CA8934

Color information

#CA8934 (or 0xCA8934) is unknown color: approx Dixie. HEX triplet: CA, 89 and 34. RGB value is (202,137,52). Sum of RGB (Red+Green+Blue) = 202+137+52=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8934 is #3576CB. Grayscale: #939393. Windows color (decimal): -3503820 or 3443146. OLE color: 3443146.

HSL color Cylindrical-coordinate representation of color #CA8934: hue angle of 34º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA8934 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20213752-
CMYK00.320.740.21
HSL34º59.06%49.8%-
HSV(B)34º74.26%79.22%-
XYZ33.9230.77.39-
YUV146.7474.53167.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 52 (20.70% from 255) = 13.30%
R=51.66%
G=35.04%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021375200.320.740.213459.0649.8
HexCA89340204A15223b32
Octal3122116404011225427362
Binary11001010100010011101000100000100101010101100010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8934; }

 p { color: rgb(202,137,52); }

 H1.HeaderClassName
 {
   color: #CA8934;
 }
 .AnyTagClassName
 {
   color: #CA8934;
 }
</style>
background-color css

<style>
 a { background-color: #CA8934; }

 a { background-color: rgb(202,137,52); }

 div.DivClassName
 {
   background-color: #CA8934;
 }
 .BgClassName
 {
   background-color: #CA8934;
 }
</style>
border-color css

<style>
 span { border-color: #CA8934; }

 span { border-color: rgb(202,137,52); }

 td.TdClassName
 {
   border-color: #CA8934;
 }
 .TagClassName
 {
   border-color: #CA8934;
 }
</style>