#D1882D

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

Shades of Dixie #D1882D

Tints of Dixie #D1882D

Color information

#D1882D (or 0xD1882D) is unknown color: approx Dixie. HEX triplet: D1, 88 and 2D. RGB value is (209,136,45). Sum of RGB (Red+Green+Blue) = 209+136+45=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1882D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1882D is #2E77D2. Grayscale: #939393. Windows color (decimal): -3045331 or 2984145. OLE color: 2984145.

HSL color Cylindrical-coordinate representation of color #D1882D: hue angle of 33.29º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1882D is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB20913645-
CMYK00.350.780.18
HSL33.29º64.57%49.8%-
HSV(B)33.29º78.47%81.96%-
XYZ35.5731.356.66-
YUV147.4570.18171.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.59%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 45 (17.97% from 255) = 11.54%
R=53.59%
G=34.87%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091364500.350.780.1833.2964.5749.8
HexD1882D0234E12214132
Octal32121055043116224110162
Binary110100011000100010110101000111001110100101000011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1882D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1882D; }

 p { color: rgb(209,136,45); }

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

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

 a { background-color: rgb(209,136,45); }

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

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

 span { border-color: rgb(209,136,45); }

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