#D08837

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

Shades of Dixie #D08837

Tints of Dixie #D08837

Color information

#D08837 (or 0xD08837) is unknown color: approx Dixie. HEX triplet: D0, 88 and 37. RGB value is (208,136,55). Sum of RGB (Red+Green+Blue) = 208+136+55=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 55 (21.88% from 255 or 13.78% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D08837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08837 is #2F77C8. Grayscale: #949494. Windows color (decimal): -3110857 or 3639504. OLE color: 3639504.

HSL color Cylindrical-coordinate representation of color #D08837: hue angle of 31.76º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D08837 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB20813655-
CMYK00.350.740.18
HSL31.76º61.94%51.57%-
HSV(B)31.76º73.56%81.57%-
XYZ35.5131.297.78-
YUV148.2975.35170.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.13%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 55 (21.88% from 255) = 13.78%
R=52.13%
G=34.09%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081365500.350.740.1831.7661.9451.57
HexD088370234A12203e34
Octal3202106704311222407664
Binary11010000100010001101110100011100101010010100000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08837; }

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

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

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

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

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

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

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

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