#D47964

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

Shades of Burning Sand #D47964

Tints of Burning Sand #D47964

Color information

#D47964 (or 0xD47964) is unknown color: approx Burning Sand. HEX triplet: D4, 79 and 64. RGB value is (212,121,100). Sum of RGB (Red+Green+Blue) = 212+121+100=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D47964 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47964 is #2B869B. Grayscale: #919191. Windows color (decimal): -2852508 or 6584788. OLE color: 6584788.

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

Color convert

RGB212121100-
CMYK00.430.530.17
HSL11.25º56.57%61.18%-
HSV(B)11.25º52.83%83.14%-
XYZ36.2928.5915.66-
YUV145.82102.15175.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.96%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=48.96%
G=27.94%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212110000.430.530.1711.2556.5761.18
HexD4796402B3511b393d
Octal3241711440536521137175
Binary11010100111100111001000101011110101100011011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47964; }

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

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

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

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

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

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

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

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