#D48459

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

Shades of Burning Sand #D48459

Tints of Burning Sand #D48459

Color information

#D48459 (or 0xD48459) is unknown color: approx Burning Sand. HEX triplet: D4, 84 and 59. RGB value is (212,132,89). Sum of RGB (Red+Green+Blue) = 212+132+89=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D48459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48459 is #2B7BA6. Grayscale: #979797. Windows color (decimal): -2849703 or 5866708. OLE color: 5866708.

HSL color Cylindrical-coordinate representation of color #D48459: hue angle of 20.98º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D48459 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB21213289-
CMYK00.380.580.17
HSL20.98º58.85%59.02%-
HSV(B)20.98º58.02%83.14%-
XYZ37.2131.2213.52-
YUV151.0293171.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.96%
GREEN value IS 132 (51.95% from 255) = 30.48%
BLUE value IS 89 (35.16% from 255) = 20.55%
R=48.96%
G=30.48%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121328900.380.580.1720.9858.8559.02
HexD484590263A11153b3b
Octal3242041310467221257373
Binary1101010010000100101100101001101110101000110101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48459; }

 p { color: rgb(212,132,89); }

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

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

 a { background-color: rgb(212,132,89); }

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

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

 span { border-color: rgb(212,132,89); }

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