#CE8536

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

Shades of Dixie #CE8536

Tints of Dixie #CE8536

Color information

#CE8536 (or 0xCE8536) is unknown color: approx Dixie. HEX triplet: CE, 85 and 36. RGB value is (206,133,54). Sum of RGB (Red+Green+Blue) = 206+133+54=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8536 is #317AC9. Grayscale: #929292. Windows color (decimal): -3242698 or 3573198. OLE color: 3573198.

HSL color Cylindrical-coordinate representation of color #CE8536: hue angle of 31.18º degrees, saturation: 0.61, 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 #CE8536 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20613354-
CMYK00.350.740.19
HSL31.18º60.8%50.98%-
HSV(B)31.18º73.79%80.78%-
XYZ34.5130.167.49-
YUV145.8276.18170.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.42%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 54 (21.48% from 255) = 13.74%
R=52.42%
G=33.84%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061335400.350.740.1931.1860.850.98
HexCE85360234A131f3d33
Octal3162056604311223377563
Binary1100111010000101110110010001110010101001111111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8536; }

 p { color: rgb(206,133,54); }

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

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

 a { background-color: rgb(206,133,54); }

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

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

 span { border-color: rgb(206,133,54); }

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