#D47965

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

Shades of Burning Sand #D47965

Tints of Burning Sand #D47965

Color information

#D47965 (or 0xD47965) is unknown color: approx Burning Sand. HEX triplet: D4, 79 and 65. RGB value is (212,121,101). Sum of RGB (Red+Green+Blue) = 212+121+101=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D47965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47965 is #2B869A. Grayscale: #929292. Windows color (decimal): -2852507 or 6650324. OLE color: 6650324.

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

Color convert

RGB212121101-
CMYK00.430.520.17
HSL10.81º56.35%61.37%-
HSV(B)10.81º52.36%83.14%-
XYZ36.3428.6115.92-
YUV145.93102.65175.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.85%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=48.85%
G=27.88%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212110100.430.520.1710.8156.3561.37
HexD4796502B3411b383d
Octal3241711450536421137075
Binary11010100111100111001010101011110100100011011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47965; }

 p { color: rgb(212,121,101); }

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

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

 a { background-color: rgb(212,121,101); }

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

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

 span { border-color: rgb(212,121,101); }

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