#D18334

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

Shades of Dixie #D18334

Tints of Dixie #D18334

Color information

#D18334 (or 0xD18334) is unknown color: approx Dixie. HEX triplet: D1, 83 and 34. RGB value is (209,131,52). Sum of RGB (Red+Green+Blue) = 209+131+52=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D18334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18334 is #2E7CCB. Grayscale: #919191. Windows color (decimal): -3046604 or 3441617. OLE color: 3441617.

HSL color Cylindrical-coordinate representation of color #D18334: hue angle of 30.19º 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 #D18334 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB20913152-
CMYK00.370.750.18
HSL30.19º63.05%51.18%-
HSV(B)30.19º75.12%81.96%-
XYZ35.0330.047.2-
YUV145.3275.34173.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.32%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 52 (20.70% from 255) = 13.27%
R=53.32%
G=33.42%
B=13.27%

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
Decimal2091315200.370.750.1830.1963.0551.18
HexD183340254B121e3f33
Octal3212036404511322367763
Binary1101000110000011110100010010110010111001011110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18334; }

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

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

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

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

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

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

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

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