#D87C5A

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

Shades of Burning Sand #D87C5A

Tints of Burning Sand #D87C5A

Color information

#D87C5A (or 0xD87C5A) is unknown color: approx Burning Sand. HEX triplet: D8, 7C and 5A. RGB value is (216,124,90). Sum of RGB (Red+Green+Blue) = 216+124+90=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C5A is #2783A5. Grayscale: #939393. Windows color (decimal): -2589606 or 5930200. OLE color: 5930200.

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

Color convert

RGB21612490-
CMYK00.430.580.15
HSL16.19º61.76%60%-
HSV(B)16.19º58.33%84.71%-
XYZ37.3729.7513.45-
YUV147.6395.48176.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.23%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 90 (35.55% from 255) = 20.93%
R=50.23%
G=28.84%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161249000.430.580.1516.1961.7660
HexD87C5A02B3AF103e3c
Octal3301741320537217207674
Binary11011000111110010110100101011111010111110000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87C5A; }

 p { color: rgb(216,124,90); }

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

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

 a { background-color: rgb(216,124,90); }

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

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

 span { border-color: rgb(216,124,90); }

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