#D47F5E

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

Shades of Burning Sand #D47F5E

Tints of Burning Sand #D47F5E

Color information

#D47F5E (or 0xD47F5E) is unknown color: approx Burning Sand. HEX triplet: D4, 7F and 5E. RGB value is (212,127,94). Sum of RGB (Red+Green+Blue) = 212+127+94=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D47F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47F5E is #2B80A1. Grayscale: #949494. Windows color (decimal): -2850978 or 6193108. OLE color: 6193108.

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

Color convert

RGB21212794-
CMYK00.400.560.17
HSL16.78º57.84%60%-
HSV(B)16.78º55.66%83.14%-
XYZ36.7629.9814.44-
YUV148.6597.16173.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.96%
GREEN value IS 127 (50% from 255) = 29.33%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=48.96%
G=29.33%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121279400.400.560.1716.7857.8460
HexD47F5E0283811113a3c
Octal3241771360507021217274
Binary110101001111111101111001010001110001000110001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47F5E; }

 p { color: rgb(212,127,94); }

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

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

 a { background-color: rgb(212,127,94); }

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

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

 span { border-color: rgb(212,127,94); }

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