#CF8332

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

Shades of Dixie #CF8332

Tints of Dixie #CF8332

Color information

#CF8332 (or 0xCF8332) is unknown color: approx Dixie. HEX triplet: CF, 83 and 32. RGB value is (207,131,50). Sum of RGB (Red+Green+Blue) = 207+131+50=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8332 is #307CCD. Grayscale: #909090. Windows color (decimal): -3177678 or 3310543. OLE color: 3310543.

HSL color Cylindrical-coordinate representation of color #CF8332: hue angle of 30.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF8332 is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20713150-
CMYK00.370.760.19
HSL30.96º62.06%50.39%-
HSV(B)30.96º75.85%81.18%-
XYZ34.4229.736.94-
YUV144.4974.68172.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.35%
GREEN value IS 131 (51.56% from 255) = 33.76%
BLUE value IS 50 (19.92% from 255) = 12.89%
R=53.35%
G=33.76%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071315000.370.760.1930.9662.0650.39
HexCF83320254C131f3e32
Octal3172036204511423377662
Binary1100111110000011110010010010110011001001111111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8332; }

 p { color: rgb(207,131,50); }

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

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

 a { background-color: rgb(207,131,50); }

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

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

 span { border-color: rgb(207,131,50); }

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