#D47D6A

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

Shades of Burning Sand #D47D6A

Tints of Burning Sand #D47D6A

Color information

#D47D6A (or 0xD47D6A) is unknown color: approx Burning Sand. HEX triplet: D4, 7D and 6A. RGB value is (212,125,106). Sum of RGB (Red+Green+Blue) = 212+125+106=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 106 (41.80% from 255 or 23.93% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47D6A is #2B8295. Grayscale: #959595. Windows color (decimal): -2851478 or 6979028. OLE color: 6979028.

HSL color Cylindrical-coordinate representation of color #D47D6A: hue angle of 10.75º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D47D6A is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB212125106-
CMYK00.410.50.17
HSL10.75º55.21%62.35%-
HSV(B)10.75º50%83.14%-
XYZ37.0929.717.41-
YUV148.85103.82173.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.86%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 106 (41.80% from 255) = 23.93%
R=47.86%
G=28.22%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212510600.410.50.1710.7555.2162.35
HexD47D6A0293211b373e
Octal3241751520516221136776
Binary11010100111110111010100101001110010100011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47D6A; }

 p { color: rgb(212,125,106); }

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

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

 a { background-color: rgb(212,125,106); }

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

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

 span { border-color: rgb(212,125,106); }

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