#D18729

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

Shades of Dixie #D18729

Tints of Dixie #D18729

Color information

#D18729 (or 0xD18729) is unknown color: approx Dixie. HEX triplet: D1, 87 and 29. RGB value is (209,135,41). Sum of RGB (Red+Green+Blue) = 209+135+41=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 41 (16.41% from 255 or 10.65% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D18729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18729 is #2E78D6. Grayscale: #929292. Windows color (decimal): -3045591 or 2721745. OLE color: 2721745.

HSL color Cylindrical-coordinate representation of color #D18729: hue angle of 33.57º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D18729 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB20913541-
CMYK00.350.800.18
HSL33.57º67.2%49.02%-
HSV(B)33.57º80.38%81.96%-
XYZ35.3631.046.23-
YUV146.4168.52172.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.29%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 41 (16.41% from 255) = 10.65%
R=54.29%
G=35.06%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091354100.350.800.1833.5767.249.02
HexD187290235012224331
Octal32120751043120224210361
Binary110100011000011110100101000111010000100101000101000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18729; }

 p { color: rgb(209,135,41); }

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

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

 a { background-color: rgb(209,135,41); }

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

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

 span { border-color: rgb(209,135,41); }

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