#CC8533

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

Shades of Dixie #CC8533

Tints of Dixie #CC8533

Color information

#CC8533 (or 0xCC8533) is unknown color: approx Dixie. HEX triplet: CC, 85 and 33. RGB value is (204,133,51). Sum of RGB (Red+Green+Blue) = 204+133+51=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8533 is #337ACC. Grayscale: #919191. Windows color (decimal): -3373773 or 3376588. OLE color: 3376588.

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

Color convert

RGB20413351-
CMYK00.350.750.2
HSL32.16º60%50%-
HSV(B)32.16º75%80%-
XYZ33.8929.857.11-
YUV144.8875.02170.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.58%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 51 (20.31% from 255) = 13.14%
R=52.58%
G=34.28%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041335100.350.750.232.166050
HexCC85330234B14203c32
Octal3142056304311324407462
Binary11001100100001011100110100011100101110100100000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8533; }

 p { color: rgb(204,133,51); }

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

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

 a { background-color: rgb(204,133,51); }

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

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

 span { border-color: rgb(204,133,51); }

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