#D47D5C

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

Shades of Burning Sand #D47D5C

Tints of Burning Sand #D47D5C

Color information

#D47D5C (or 0xD47D5C) is unknown color: approx Burning Sand. HEX triplet: D4, 7D and 5C. RGB value is (212,125,92). Sum of RGB (Red+Green+Blue) = 212+125+92=429 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.42% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47D5C is #2B82A3. Grayscale: #939393. Windows color (decimal): -2851492 or 6061524. OLE color: 6061524.

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

Color convert

RGB21212592-
CMYK00.410.570.17
HSL16.5º58.25%59.61%-
HSV(B)16.5º56.6%83.14%-
XYZ36.4229.4413.89-
YUV147.2596.82174.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.42%
GREEN value IS 125 (49.22% from 255) = 29.14%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=49.42%
G=29.14%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121259200.410.570.1716.558.2559.61
HexD47D5C0293911103a3c
Octal3241751340517121207274
Binary110101001111101101110001010011110011000110000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47D5C; }

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

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

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

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

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

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

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

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