#D5872E

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

Shades of Dixie #D5872E

Tints of Dixie #D5872E

Color information

#D5872E (or 0xD5872E) is unknown color: approx Dixie. HEX triplet: D5, 87 and 2E. RGB value is (213,135,46). Sum of RGB (Red+Green+Blue) = 213+135+46=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5872E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5872E is #2A78D1. Grayscale: #949494. Windows color (decimal): -2783442 or 3049429. OLE color: 3049429.

HSL color Cylindrical-coordinate representation of color #D5872E: hue angle of 31.98º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5872E is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB21313546-
CMYK00.370.780.16
HSL31.98º66.53%50.78%-
HSV(B)31.98º78.4%83.53%-
XYZ36.631.676.77-
YUV148.1870.34174.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.06%
GREEN value IS 135 (53.12% from 255) = 34.26%
BLUE value IS 46 (18.36% from 255) = 11.68%
R=54.06%
G=34.26%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131354600.370.780.1631.9866.5350.78
HexD5872E0254E10204333
Octal32520756045116204010363
Binary110101011000011110111001001011001110100001000001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5872E; }

 p { color: rgb(213,135,46); }

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

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

 a { background-color: rgb(213,135,46); }

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

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

 span { border-color: rgb(213,135,46); }

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