#D88636

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

Shades of Dixie #D88636

Tints of Dixie #D88636

Color information

#D88636 (or 0xD88636) is unknown color: approx Dixie. HEX triplet: D8, 86 and 36. RGB value is (216,134,54). Sum of RGB (Red+Green+Blue) = 216+134+54=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 54 (21.48% from 255 or 13.37% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D88636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88636 is #2779C9. Grayscale: #959595. Windows color (decimal): -2587082 or 3573464. OLE color: 3573464.

HSL color Cylindrical-coordinate representation of color #D88636: hue angle of 29.63º 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 #D88636 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB21613454-
CMYK00.380.750.15
HSL29.63º67.5%52.94%-
HSV(B)29.63º75%84.71%-
XYZ37.5131.927.67-
YUV149.474.17175.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.47%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 54 (21.48% from 255) = 13.37%
R=53.47%
G=33.17%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161345400.380.750.1529.6367.552.94
HexD886360264BF1e4435
Octal33020666046113173610465
Binary1101100010000110110110010011010010111111111101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88636; }

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

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

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

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

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

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

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

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