#D87B5E

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

Shades of Burning Sand #D87B5E

Tints of Burning Sand #D87B5E

Color information

#D87B5E (or 0xD87B5E) is unknown color: approx Burning Sand. HEX triplet: D8, 7B and 5E. RGB value is (216,123,94). Sum of RGB (Red+Green+Blue) = 216+123+94=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D87B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87B5E is #2784A1. Grayscale: #939393. Windows color (decimal): -2589858 or 6192088. OLE color: 6192088.

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

Color convert

RGB21612394-
CMYK00.430.560.15
HSL14.26º61%60.78%-
HSV(B)14.26º56.48%84.71%-
XYZ37.4229.5714.33-
YUV147.597.81176.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.88%
GREEN value IS 123 (48.44% from 255) = 28.41%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=49.88%
G=28.41%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161239400.430.560.1514.266160.78
HexD87B5E02B38Fe3d3d
Octal3301731360537017167575
Binary1101100011110111011110010101111100011111110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87B5E; }

 p { color: rgb(216,123,94); }

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

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

 a { background-color: rgb(216,123,94); }

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

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

 span { border-color: rgb(216,123,94); }

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