#D87F61

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

Shades of Burning Sand #D87F61

Tints of Burning Sand #D87F61

Color information

#D87F61 (or 0xD87F61) is unknown color: approx Burning Sand. HEX triplet: D8, 7F and 61. RGB value is (216,127,97). Sum of RGB (Red+Green+Blue) = 216+127+97=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F61 is #27809E. Grayscale: #969696. Windows color (decimal): -2588831 or 6389720. OLE color: 6389720.

HSL color Cylindrical-coordinate representation of color #D87F61: hue angle of 15.13º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D87F61 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB21612797-
CMYK00.410.550.15
HSL15.13º60.41%61.37%-
HSV(B)15.13º55.09%84.71%-
XYZ38.0730.6415.22-
YUV150.1997.99174.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.09%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 97 (38.28% from 255) = 22.05%
R=49.09%
G=28.86%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161279700.410.550.1515.1360.4161.37
HexD87F6102937Ff3c3d
Octal3301771410516717177475
Binary1101100011111111100001010100111011111111111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87F61; }

 p { color: rgb(216,127,97); }

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

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

 a { background-color: rgb(216,127,97); }

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

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

 span { border-color: rgb(216,127,97); }

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