#CC8836

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

Shades of Dixie #CC8836

Tints of Dixie #CC8836

Color information

#CC8836 (or 0xCC8836) is unknown color: approx Dixie. HEX triplet: CC, 88 and 36. RGB value is (204,136,54). Sum of RGB (Red+Green+Blue) = 204+136+54=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8836 is #3377C9. Grayscale: #939393. Windows color (decimal): -3373002 or 3573964. OLE color: 3573964.

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

Color convert

RGB20413654-
CMYK00.330.740.2
HSL32.8º59.52%50.59%-
HSV(B)32.8º73.53%80%-
XYZ34.3730.717.61-
YUV146.9875.53168.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51.78%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 54 (21.48% from 255) = 13.71%
R=51.78%
G=34.52%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041365400.330.740.232.859.5250.59
HexCC88360214A14213c33
Octal3142106604111224417463
Binary11001100100010001101100100001100101010100100001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8836; }

 p { color: rgb(204,136,54); }

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

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

 a { background-color: rgb(204,136,54); }

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

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

 span { border-color: rgb(204,136,54); }

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