#CF8431

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

Shades of Dixie #CF8431

Tints of Dixie #CF8431

Color information

#CF8431 (or 0xCF8431) is unknown color: approx Dixie. HEX triplet: CF, 84 and 31. RGB value is (207,132,49). Sum of RGB (Red+Green+Blue) = 207+132+49=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8431 is #307BCE. Grayscale: #919191. Windows color (decimal): -3177423 or 3245263. OLE color: 3245263.

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

Color convert

RGB20713249-
CMYK00.360.760.19
HSL31.52º62.2%50.2%-
HSV(B)31.52º76.33%81.18%-
XYZ34.5429.996.87-
YUV144.9673.85172.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.35%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 49 (19.53% from 255) = 12.63%
R=53.35%
G=34.02%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071324900.360.760.1931.5262.250.2
HexCF84310244C13203e32
Octal3172046104411423407662
Binary11001111100001001100010100100100110010011100000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8431; }

 p { color: rgb(207,132,49); }

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

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

 a { background-color: rgb(207,132,49); }

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

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

 span { border-color: rgb(207,132,49); }

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