#D48424

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

Shades of Dixie #D48424

Tints of Dixie #D48424

Color information

#D48424 (or 0xD48424) is unknown color: approx Dixie. HEX triplet: D4, 84 and 24. RGB value is (212,132,36). Sum of RGB (Red+Green+Blue) = 212+132+36=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 132 (51.95% from 255 or 34.74% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D48424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48424 is #2B7BDB. Grayscale: #919191. Windows color (decimal): -2849756 or 2393300. OLE color: 2393300.

HSL color Cylindrical-coordinate representation of color #D48424: hue angle of 32.73º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D48424 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB21213236-
CMYK00.380.830.17
HSL32.73º70.97%48.63%-
HSV(B)32.73º83.02%83.14%-
XYZ35.7230.635.7-
YUV144.9866.5175.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.79%
GREEN value IS 132 (51.95% from 255) = 34.74%
BLUE value IS 36 (14.45% from 255) = 9.47%
R=55.79%
G=34.74%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121323600.380.830.1732.7370.9748.63
HexD484240265311214731
Octal32420444046123214110761
Binary110101001000010010010001001101010011100011000011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48424; }

 p { color: rgb(212,132,36); }

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

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

 a { background-color: rgb(212,132,36); }

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

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

 span { border-color: rgb(212,132,36); }

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