#D9882C

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

Shades of Dixie #D9882C

Tints of Dixie #D9882C

Color information

#D9882C (or 0xD9882C) is unknown color: approx Dixie. HEX triplet: D9, 88 and 2C. RGB value is (217,136,44). Sum of RGB (Red+Green+Blue) = 217+136+44=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9882C is #2677D3. Grayscale: #969696. Windows color (decimal): -2521044 or 2918617. OLE color: 2918617.

HSL color Cylindrical-coordinate representation of color #D9882C: hue angle of 31.91º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9882C is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB21713644-
CMYK00.370.800.15
HSL31.91º69.48%51.18%-
HSV(B)31.91º79.72%85.1%-
XYZ37.8732.546.67-
YUV149.7368.34175.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.66%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 44 (17.58% from 255) = 11.08%
R=54.66%
G=34.26%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171364400.370.800.1531.9169.4851.18
HexD9882C02550F204533
Octal33121054045120174010563
Binary11011001100010001011000100101101000011111000001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9882C; }

 p { color: rgb(217,136,44); }

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

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

 a { background-color: rgb(217,136,44); }

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

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

 span { border-color: rgb(217,136,44); }

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