#D47D67

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

Shades of Burning Sand #D47D67

Tints of Burning Sand #D47D67

Color information

#D47D67 (or 0xD47D67) is unknown color: approx Burning Sand. HEX triplet: D4, 7D and 67. RGB value is (212,125,103). Sum of RGB (Red+Green+Blue) = 212+125+103=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D47D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47D67 is #2B8298. Grayscale: #949494. Windows color (decimal): -2851481 or 6782420. OLE color: 6782420.

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

Color convert

RGB212125103-
CMYK00.410.510.17
HSL12.11º55.9%61.76%-
HSV(B)12.11º51.42%83.14%-
XYZ36.9329.6416.61-
YUV148.5102.32173.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.18%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=48.18%
G=28.41%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212510300.410.510.1712.1155.961.76
HexD47D670293311c383e
Octal3241751470516321147076
Binary11010100111110111001110101001110011100011100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47D67; }

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

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

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

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

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

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

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

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