#D47C5C

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

Shades of Burning Sand #D47C5C

Tints of Burning Sand #D47C5C

Color information

#D47C5C (or 0xD47C5C) is unknown color: approx Burning Sand. HEX triplet: D4, 7C and 5C. RGB value is (212,124,92). Sum of RGB (Red+Green+Blue) = 212+124+92=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C5C is #2B83A3. Grayscale: #929292. Windows color (decimal): -2851748 or 6061268. OLE color: 6061268.

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

Color convert

RGB21212492-
CMYK00.420.570.17
HSL16º58.25%59.61%-
HSV(B)16º56.6%83.14%-
XYZ36.2929.1913.85-
YUV146.6697.15174.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.53%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=49.53%
G=28.97%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121249200.420.570.171658.2559.61
HexD47C5C02A3911103a3c
Octal3241741340527121207274
Binary110101001111100101110001010101110011000110000111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47C5C; }

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

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

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

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

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

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

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

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