#D87C66

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

Shades of Burning Sand #D87C66

Tints of Burning Sand #D87C66

Color information

#D87C66 (or 0xD87C66) is unknown color: approx Burning Sand. HEX triplet: D8, 7C and 66. RGB value is (216,124,102). Sum of RGB (Red+Green+Blue) = 216+124+102=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 102 (40.23% from 255 or 23.08% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C66 is #278399. Grayscale: #959595. Windows color (decimal): -2589594 or 6716632. OLE color: 6716632.

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

Color convert

RGB216124102-
CMYK00.430.530.15
HSL11.58º59.38%62.35%-
HSV(B)11.58º52.78%84.71%-
XYZ37.9229.9716.36-
YUV149101.48175.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.87%
GREEN value IS 124 (48.83% from 255) = 28.05%
BLUE value IS 102 (40.23% from 255) = 23.08%
R=48.87%
G=28.05%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612410200.430.530.1511.5859.3862.35
HexD87C6602B35Fc3b3e
Octal3301741460536517147376
Binary1101100011111001100110010101111010111111100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87C66; }

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

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

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

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

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

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

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

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