#D47A62

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

Shades of Burning Sand #D47A62

Tints of Burning Sand #D47A62

Color information

#D47A62 (or 0xD47A62) is unknown color: approx Burning Sand. HEX triplet: D4, 7A and 62. RGB value is (212,122,98). Sum of RGB (Red+Green+Blue) = 212+122+98=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 122 (48.05% from 255 or 28.24% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D47A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47A62 is #2B859D. Grayscale: #929292. Windows color (decimal): -2852254 or 6453972. OLE color: 6453972.

HSL color Cylindrical-coordinate representation of color #D47A62: hue angle of 12.63º 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 #D47A62 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB21212298-
CMYK00.420.540.17
HSL12.63º57%60.78%-
HSV(B)12.63º53.77%83.14%-
XYZ36.3228.815.2-
YUV146.17100.82174.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.07%
GREEN value IS 122 (48.05% from 255) = 28.24%
BLUE value IS 98 (38.67% from 255) = 22.69%
R=49.07%
G=28.24%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121229800.420.540.1712.635760.78
HexD47A6202A3611d393d
Octal3241721420526621157175
Binary11010100111101011000100101010110110100011101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47A62; }

 p { color: rgb(212,122,98); }

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

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

 a { background-color: rgb(212,122,98); }

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

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

 span { border-color: rgb(212,122,98); }

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