#ce8831

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

Shades of Dixie #CE8831

Tints of Dixie #CE8831

Color information

#CE8831 (or 0xCE8831) is unknown color: approx Dixie. HEX triplet: CE, 88 and 31. RGB value is (206,136,49). Sum of RGB (Red+Green+Blue) = 206+136+49=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8831 is #3177CE. Grayscale: #939393. Windows color (decimal): -3241935 or 3246286. OLE color: 3246286.

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

Color convert

RGB20613649-
CMYK00.340.760.19
HSL33.25º61.57%50%-
HSV(B)33.25º76.21%80.78%-
XYZ34.8130.957.05-
YUV147.0172.69170.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 52.69%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 49 (19.53% from 255) = 12.53%
R=52.69%
G=34.78%
B=12.53%

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
Decimal2061364900.340.760.1933.2561.5750
HexCE88310224C13213e32
Octal3162106104211423417662
Binary11001110100010001100010100010100110010011100001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce8831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce8831; }

 p { color: rgb(206,136,49); }

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

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

 a { background-color: rgb(206,136,49); }

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

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

 span { border-color: rgb(206,136,49); }

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