#D48061

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

Shades of Burning Sand #D48061

Tints of Burning Sand #D48061

Color information

#D48061 (or 0xD48061) is unknown color: approx Burning Sand. HEX triplet: D4, 80 and 61. RGB value is (212,128,97). Sum of RGB (Red+Green+Blue) = 212+128+97=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D48061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48061 is #2B7F9E. Grayscale: #959595. Windows color (decimal): -2850719 or 6389972. OLE color: 6389972.

HSL color Cylindrical-coordinate representation of color #D48061: hue angle of 16.17º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D48061 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21212897-
CMYK00.400.540.17
HSL16.17º57.21%60.59%-
HSV(B)16.17º54.25%83.14%-
XYZ37.0330.315.21-
YUV149.5898.33172.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.51%
GREEN value IS 128 (50.39% from 255) = 29.29%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=48.51%
G=29.29%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121289700.400.540.1716.1757.2160.59
HexD48061028361110393d
Octal3242001410506621207175
Binary1101010010000000110000101010001101101000110000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48061; }

 p { color: rgb(212,128,97); }

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

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

 a { background-color: rgb(212,128,97); }

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

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

 span { border-color: rgb(212,128,97); }

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