#D18434

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

Shades of Dixie #D18434

Tints of Dixie #D18434

Color information

#D18434 (or 0xD18434) is unknown color: approx Dixie. HEX triplet: D1, 84 and 34. RGB value is (209,132,52). Sum of RGB (Red+Green+Blue) = 209+132+52=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D18434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18434 is #2E7BCB. Grayscale: #929292. Windows color (decimal): -3046348 or 3441873. OLE color: 3441873.

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

Color convert

RGB20913252-
CMYK00.370.750.18
HSL30.57º63.05%51.18%-
HSV(B)30.57º75.12%81.96%-
XYZ35.1730.317.24-
YUV145.975.01173-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 52 (20.70% from 255) = 13.23%
R=53.18%
G=33.59%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091325200.370.750.1830.5763.0551.18
HexD184340254B121f3f33
Octal3212046404511322377763
Binary1101000110000100110100010010110010111001011111111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18434; }

 p { color: rgb(209,132,52); }

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

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

 a { background-color: rgb(209,132,52); }

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

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

 span { border-color: rgb(209,132,52); }

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