#CC8934

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

Shades of Dixie #CC8934

Tints of Dixie #CC8934

Color information

#CC8934 (or 0xCC8934) is unknown color: approx Dixie. HEX triplet: CC, 89 and 34. RGB value is (204,137,52). Sum of RGB (Red+Green+Blue) = 204+137+52=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8934 is #3376CB. Grayscale: #939393. Windows color (decimal): -3372748 or 3443148. OLE color: 3443148.

HSL color Cylindrical-coordinate representation of color #CC8934: hue angle of 33.55º 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 #CC8934 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20413752-
CMYK00.330.750.2
HSL33.55º59.84%50.2%-
HSV(B)33.55º74.51%80%-
XYZ34.4730.987.41-
YUV147.3474.2168.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 52 (20.70% from 255) = 13.23%
R=51.91%
G=34.86%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041375200.330.750.233.5559.8450.2
HexCC89340214B14223c32
Octal3142116404111324427462
Binary11001100100010011101000100001100101110100100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8934; }

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

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

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

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

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

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

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

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