#D18730

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

Shades of Dixie #D18730

Tints of Dixie #D18730

Color information

#D18730 (or 0xD18730) is unknown color: approx Dixie. HEX triplet: D1, 87 and 30. RGB value is (209,135,48). Sum of RGB (Red+Green+Blue) = 209+135+48=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D18730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18730 is #2E78CF. Grayscale: #939393. Windows color (decimal): -3045584 or 3180497. OLE color: 3180497.

HSL color Cylindrical-coordinate representation of color #D18730: hue angle of 32.42º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D18730 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB20913548-
CMYK00.350.770.18
HSL32.42º63.64%50.39%-
HSV(B)32.42º77.03%81.96%-
XYZ35.4931.16.93-
YUV147.2172.02172.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.32%
GREEN value IS 135 (53.12% from 255) = 34.44%
BLUE value IS 48 (19.14% from 255) = 12.24%
R=53.32%
G=34.44%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091354800.350.770.1832.4263.6450.39
HexD187300234D12204032
Octal32120760043115224010062
Binary110100011000011111000001000111001101100101000001000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18730; }

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

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

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

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

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

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

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

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