#D88836

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

Shades of Dixie #D88836

Tints of Dixie #D88836

Color information

#D88836 (or 0xD88836) is unknown color: approx Dixie. HEX triplet: D8, 88 and 36. RGB value is (216,136,54). Sum of RGB (Red+Green+Blue) = 216+136+54=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D88836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88836 is #2777C9. Grayscale: #969696. Windows color (decimal): -2586570 or 3573976. OLE color: 3573976.

HSL color Cylindrical-coordinate representation of color #D88836: hue angle of 30.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D88836 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB21613654-
CMYK00.370.750.15
HSL30.37º67.5%52.94%-
HSV(B)30.37º75%84.71%-
XYZ37.7932.477.77-
YUV150.5773.5174.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.20%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 54 (21.48% from 255) = 13.30%
R=53.20%
G=33.50%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161365400.370.750.1530.3767.552.94
HexD888360254BF1e4435
Octal33021066045113173610465
Binary1101100010001000110110010010110010111111111101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88836; }

 p { color: rgb(216,136,54); }

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

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

 a { background-color: rgb(216,136,54); }

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

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

 span { border-color: rgb(216,136,54); }

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