#d47d58

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

Shades of Burning Sand #D47D58

Tints of Burning Sand #D47D58

Color information

#D47D58 (or 0xD47D58) is unknown color: approx Burning Sand. HEX triplet: D4, 7D and 58. RGB value is (212,125,88). Sum of RGB (Red+Green+Blue) = 212+125+88=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47D58 is #2B82A7. Grayscale: #939393. Windows color (decimal): -2851496 or 5799380. OLE color: 5799380.

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

Color convert

RGB21212588-
CMYK00.410.580.17
HSL17.9º59.05%58.82%-
HSV(B)17.9º58.49%83.14%-
XYZ36.2529.3712.99-
YUV146.894.82174.51-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 125 (49.22% from 255) = 29.41%
BLUE value IS 88 (34.77% from 255) = 20.71%
R=49.88%
G=29.41%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121258800.410.580.1717.959.0558.82
HexD47D580293A11123b3b
Octal3241751300517221227373
Binary110101001111101101100001010011110101000110010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d47d58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d47d58; }

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

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

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

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

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

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

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

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