#D9862C

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

Shades of Dixie #D9862C

Tints of Dixie #D9862C

Color information

#D9862C (or 0xD9862C) is unknown color: approx Dixie. HEX triplet: D9, 86 and 2C. RGB value is (217,134,44). Sum of RGB (Red+Green+Blue) = 217+134+44=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9862C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9862C is #2679D3. Grayscale: #959595. Windows color (decimal): -2521556 or 2918105. OLE color: 2918105.

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

Color convert

RGB21713444-
CMYK00.380.800.15
HSL31.21º69.48%51.18%-
HSV(B)31.21º79.72%85.1%-
XYZ37.5931.986.57-
YUV148.5669176.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.94%
GREEN value IS 134 (52.73% from 255) = 33.92%
BLUE value IS 44 (17.58% from 255) = 11.14%
R=54.94%
G=33.92%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171344400.380.800.1531.2169.4851.18
HexD9862C02650F1f4533
Octal33120654046120173710563
Binary1101100110000110101100010011010100001111111111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9862C; }

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

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

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

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

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

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

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

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