#CD8837

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

Shades of Dixie #CD8837

Tints of Dixie #CD8837

Color information

#CD8837 (or 0xCD8837) is unknown color: approx Dixie. HEX triplet: CD, 88 and 37. RGB value is (205,136,55). Sum of RGB (Red+Green+Blue) = 205+136+55=396 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.77% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8837 is #3277C8. Grayscale: #939393. Windows color (decimal): -3307465 or 3639501. OLE color: 3639501.

HSL color Cylindrical-coordinate representation of color #CD8837: hue angle of 32.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CD8837 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB20513655-
CMYK00.340.730.20
HSL32.4º60%50.98%-
HSV(B)32.4º73.17%80.39%-
XYZ34.6730.867.74-
YUV147.475.86169.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.77%
GREEN value IS 136 (53.52% from 255) = 34.34%
BLUE value IS 55 (21.88% from 255) = 13.89%
R=51.77%
G=34.34%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051365500.340.730.2032.46050.98
HexCD88370224914203c33
Octal3152106704211124407463
Binary11001101100010001101110100010100100110100100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8837; }

 p { color: rgb(205,136,55); }

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

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

 a { background-color: rgb(205,136,55); }

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

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

 span { border-color: rgb(205,136,55); }

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