#D18830

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

Shades of Dixie #D18830

Tints of Dixie #D18830

Color information

#D18830 (or 0xD18830) is unknown color: approx Dixie. HEX triplet: D1, 88 and 30. RGB value is (209,136,48). Sum of RGB (Red+Green+Blue) = 209+136+48=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 48 (19.14% from 255 or 12.21% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D18830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18830 is #2E77CF. Grayscale: #949494. Windows color (decimal): -3045328 or 3180753. OLE color: 3180753.

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

Color convert

RGB20913648-
CMYK00.350.770.18
HSL32.8º63.64%50.39%-
HSV(B)32.8º77.03%81.96%-
XYZ35.6331.386.97-
YUV147.7971.68171.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 53.18%
GREEN value IS 136 (53.52% from 255) = 34.61%
BLUE value IS 48 (19.14% from 255) = 12.21%
R=53.18%
G=34.61%
B=12.21%

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
Decimal2091364800.350.770.1832.863.6450.39
HexD188300234D12214032
Octal32121060043115224110062
Binary110100011000100011000001000111001101100101000011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18830; }

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

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

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

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

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

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

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

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