#D47E69

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

Shades of Burning Sand #D47E69

Tints of Burning Sand #D47E69

Color information

#D47E69 (or 0xD47E69) is unknown color: approx Burning Sand. HEX triplet: D4, 7E and 69. RGB value is (212,126,105). Sum of RGB (Red+Green+Blue) = 212+126+105=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D47E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47E69 is #2B8196. Grayscale: #959595. Windows color (decimal): -2851223 or 6913748. OLE color: 6913748.

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

Color convert

RGB212126105-
CMYK00.410.500.17
HSL11.78º55.44%62.16%-
HSV(B)11.78º50.47%83.14%-
XYZ37.1629.9417.18-
YUV149.32102.99172.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.86%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 105 (41.41% from 255) = 23.70%
R=47.86%
G=28.44%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212610500.410.500.1711.7855.4462.16
HexD47E690293211c373e
Octal3241761510516221146776
Binary11010100111111011010010101001110010100011100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47E69; }

 p { color: rgb(212,126,105); }

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

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

 a { background-color: rgb(212,126,105); }

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

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

 span { border-color: rgb(212,126,105); }

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