#D87D5A

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

Shades of Burning Sand #D87D5A

Tints of Burning Sand #D87D5A

Color information

#D87D5A (or 0xD87D5A) is unknown color: approx Burning Sand. HEX triplet: D8, 7D and 5A. RGB value is (216,125,90). Sum of RGB (Red+Green+Blue) = 216+125+90=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 125 (49.22% from 255 or 29.00% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D5A is #2782A5. Grayscale: #949494. Windows color (decimal): -2589350 or 5930456. OLE color: 5930456.

HSL color Cylindrical-coordinate representation of color #D87D5A: hue angle of 16.67º 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 #D87D5A is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21612590-
CMYK00.420.580.15
HSL16.67º61.76%60%-
HSV(B)16.67º58.33%84.71%-
XYZ37.53013.49-
YUV148.2295.15176.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.12%
GREEN value IS 125 (49.22% from 255) = 29.00%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=50.12%
G=29.00%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161259000.420.580.1516.6761.7660
HexD87D5A02A3AF113e3c
Octal3301751320527217217674
Binary11011000111110110110100101010111010111110001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87D5A; }

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

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

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

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

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

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

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

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