#CF8335

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

Shades of Dixie #CF8335

Tints of Dixie #CF8335

Color information

#CF8335 (or 0xCF8335) is unknown color: approx Dixie. HEX triplet: CF, 83 and 35. RGB value is (207,131,53). Sum of RGB (Red+Green+Blue) = 207+131+53=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 53 (21.09% from 255 or 13.55% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8335 is #307CCA. Grayscale: #919191. Windows color (decimal): -3177675 or 3507151. OLE color: 3507151.

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

Color convert

RGB20713153-
CMYK00.370.740.19
HSL30.39º61.6%50.98%-
HSV(B)30.39º74.4%81.18%-
XYZ34.4929.767.29-
YUV144.8376.18172.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.94%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 53 (21.09% from 255) = 13.55%
R=52.94%
G=33.50%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071315300.370.740.1930.3961.650.98
HexCF83350254A131e3e33
Octal3172036504511223367663
Binary1100111110000011110101010010110010101001111110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8335; }

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

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

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

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

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

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

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

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