#CF8832

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

Shades of Dixie #CF8832

Tints of Dixie #CF8832

Color information

#CF8832 (or 0xCF8832) is unknown color: approx Dixie. HEX triplet: CF, 88 and 32. RGB value is (207,136,50). Sum of RGB (Red+Green+Blue) = 207+136+50=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8832 is #3077CD. Grayscale: #939393. Windows color (decimal): -3176398 or 3311823. OLE color: 3311823.

HSL color Cylindrical-coordinate representation of color #CF8832: hue angle of 32.87º 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 #CF8832 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB20713650-
CMYK00.340.760.19
HSL32.87º62.06%50.39%-
HSV(B)32.87º75.85%81.18%-
XYZ35.1131.17.17-
YUV147.4273.02170.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.67%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 50 (19.92% from 255) = 12.72%
R=52.67%
G=34.61%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071365000.340.760.1932.8762.0650.39
HexCF88320224C13213e32
Octal3172106204211423417662
Binary11001111100010001100100100010100110010011100001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8832; }

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

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

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

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

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

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

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

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