#D87A61

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

Shades of Burning Sand #D87A61

Tints of Burning Sand #D87A61

Color information

#D87A61 (or 0xD87A61) is unknown color: approx Burning Sand. HEX triplet: D8, 7A and 61. RGB value is (216,122,97). Sum of RGB (Red+Green+Blue) = 216+122+97=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A61 is #27859E. Grayscale: #939393. Windows color (decimal): -2590111 or 6388440. OLE color: 6388440.

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

Color convert

RGB21612297-
CMYK00.440.550.15
HSL12.61º60.41%61.37%-
HSV(B)12.61º55.09%84.71%-
XYZ37.4429.3815.01-
YUV147.2699.64177.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.66%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=49.66%
G=28.05%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161229700.440.550.1512.6160.4161.37
HexD87A6102C37Fd3c3d
Octal3301721410546717157475
Binary1101100011110101100001010110011011111111101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87A61; }

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

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

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

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

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

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

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

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