#D4882E

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

Shades of Dixie #D4882E

Tints of Dixie #D4882E

Color information

#D4882E (or 0xD4882E) is unknown color: approx Dixie. HEX triplet: D4, 88 and 2E. RGB value is (212,136,46). Sum of RGB (Red+Green+Blue) = 212+136+46=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D4882E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4882E is #2B77D1. Grayscale: #949494. Windows color (decimal): -2848722 or 3049684. OLE color: 3049684.

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

Color convert

RGB21213646-
CMYK00.360.780.17
HSL32.53º65.87%50.59%-
HSV(B)32.53º78.3%83.14%-
XYZ36.4531.86.8-
YUV148.4670.18173.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 53.81%
GREEN value IS 136 (53.52% from 255) = 34.52%
BLUE value IS 46 (18.36% from 255) = 11.68%
R=53.81%
G=34.52%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121364600.360.780.1732.5365.8750.59
HexD4882E0244E11214233
Octal32421056044116214110263
Binary110101001000100010111001001001001110100011000011000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4882E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4882E; }

 p { color: rgb(212,136,46); }

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

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

 a { background-color: rgb(212,136,46); }

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

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

 span { border-color: rgb(212,136,46); }

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