#D18324

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

Shades of Dixie #D18324

Tints of Dixie #D18324

Color information

#D18324 (or 0xD18324) is unknown color: approx Dixie. HEX triplet: D1, 83 and 24. RGB value is (209,131,36). Sum of RGB (Red+Green+Blue) = 209+131+36=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D18324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18324 is #2E7CDB. Grayscale: #8F8F8F. Windows color (decimal): -3046620 or 2393041. OLE color: 2393041.

HSL color Cylindrical-coordinate representation of color #D18324: hue angle of 32.95º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D18324 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB20913136-
CMYK00.370.830.18
HSL32.95º70.61%48.04%-
HSV(B)32.95º82.78%81.96%-
XYZ34.7329.925.61-
YUV143.4967.34174.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.59%
GREEN value IS 131 (51.56% from 255) = 34.84%
BLUE value IS 36 (14.45% from 255) = 9.57%
R=55.59%
G=34.84%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091313600.370.830.1832.9570.6148.04
HexD183240255312214730
Octal32120344045123224110760
Binary110100011000001110010001001011010011100101000011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18324; }

 p { color: rgb(209,131,36); }

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

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

 a { background-color: rgb(209,131,36); }

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

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

 span { border-color: rgb(209,131,36); }

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