#CC8A34

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

Shades of Dixie #CC8A34

Tints of Dixie #CC8A34

Color information

#CC8A34 (or 0xCC8A34) is unknown color: approx Dixie. HEX triplet: CC, 8A and 34. RGB value is (204,138,52). Sum of RGB (Red+Green+Blue) = 204+138+52=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8A34 is #3375CB. Grayscale: #949494. Windows color (decimal): -3372492 or 3443404. OLE color: 3443404.

HSL color Cylindrical-coordinate representation of color #CC8A34: hue angle of 33.95º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC8A34 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20413852-
CMYK00.320.750.2
HSL33.95º59.84%50.2%-
HSV(B)33.95º74.51%80%-
XYZ34.6131.267.46-
YUV147.9373.87167.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 52 (20.70% from 255) = 13.20%
R=51.78%
G=35.03%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041385200.320.750.233.9559.8450.2
HexCC8A340204B14223c32
Octal3142126404011324427462
Binary11001100100010101101000100000100101110100100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8A34; }

 p { color: rgb(204,138,52); }

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

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

 a { background-color: rgb(204,138,52); }

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

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

 span { border-color: rgb(204,138,52); }

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