#D3872B

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

Shades of Dixie #D3872B

Tints of Dixie #D3872B

Color information

#D3872B (or 0xD3872B) is unknown color: approx Dixie. HEX triplet: D3, 87 and 2B. RGB value is (211,135,43). Sum of RGB (Red+Green+Blue) = 211+135+43=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3872B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3872B is #2C78D4. Grayscale: #939393. Windows color (decimal): -2914517 or 2852819. OLE color: 2852819.

HSL color Cylindrical-coordinate representation of color #D3872B: hue angle of 32.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3872B is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB21113543-
CMYK00.360.800.17
HSL32.86º66.14%49.8%-
HSV(B)32.86º79.62%82.75%-
XYZ35.9631.356.44-
YUV147.2469.18173.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.24%
GREEN value IS 135 (53.12% from 255) = 34.70%
BLUE value IS 43 (17.19% from 255) = 11.05%
R=54.24%
G=34.70%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111354300.360.800.1732.8666.1449.8
HexD3872B0245011214232
Octal32320753044120214110262
Binary110100111000011110101101001001010000100011000011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3872B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3872B; }

 p { color: rgb(211,135,43); }

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

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

 a { background-color: rgb(211,135,43); }

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

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

 span { border-color: rgb(211,135,43); }

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