#D48837

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

Shades of Dixie #D48837

Tints of Dixie #D48837

Color information

#D48837 (or 0xD48837) is unknown color: approx Dixie. HEX triplet: D4, 88 and 37. RGB value is (212,136,55). Sum of RGB (Red+Green+Blue) = 212+136+55=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D48837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48837 is #2B77C8. Grayscale: #959595. Windows color (decimal): -2848713 or 3639508. OLE color: 3639508.

HSL color Cylindrical-coordinate representation of color #D48837: hue angle of 30.96º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D48837 is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB21213655-
CMYK00.360.740.17
HSL30.96º64.61%52.35%-
HSV(B)30.96º74.06%83.14%-
XYZ36.6531.887.84-
YUV149.4974.68172.59-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.61%
GREEN value IS 136 (53.52% from 255) = 33.75%
BLUE value IS 55 (21.88% from 255) = 13.65%
R=52.61%
G=33.75%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121365500.360.740.1730.9664.6152.35
HexD488370244A111f4134
Octal32421067044112213710164
Binary11010100100010001101110100100100101010001111111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48837; }

 p { color: rgb(212,136,55); }

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

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

 a { background-color: rgb(212,136,55); }

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

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

 span { border-color: rgb(212,136,55); }

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