#D08737

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

Shades of Dixie #D08737

Tints of Dixie #D08737

Color information

#D08737 (or 0xD08737) is unknown color: approx Dixie. HEX triplet: D0, 87 and 37. RGB value is (208,135,55). Sum of RGB (Red+Green+Blue) = 208+135+55=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D08737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08737 is #2F78C8. Grayscale: #949494. Windows color (decimal): -3111113 or 3639248. OLE color: 3639248.

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

Color convert

RGB20813555-
CMYK00.350.740.18
HSL31.37º61.94%51.57%-
HSV(B)31.37º73.56%81.57%-
XYZ35.3731.017.74-
YUV147.7175.68171-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.26%
GREEN value IS 135 (53.12% from 255) = 33.92%
BLUE value IS 55 (21.88% from 255) = 13.82%
R=52.26%
G=33.92%
B=13.82%

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
Decimal2081355500.350.740.1831.3761.9451.57
HexD087370234A121f3e34
Octal3202076704311222377664
Binary1101000010000111110111010001110010101001011111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08737; }

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

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

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

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

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

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

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

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