Html Css Color HEX #D87D60 Burning Sand

📋 copy color: '#D87D60'

red 216 ◦ green 125 ◦ blue 96

#D87D60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #D87D60

Tints of Burning Sand #D87D60

RGB

 RED value IS 216 (84.77% from 255) = 49.43%

 GREEN value IS 125 (49.22% from 255) = 28.6%

 BLUE value IS 96 (37.89% from 255) = 21.97%

R = 49.43%
G = 28.6%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D87D60 (or 0xD87D60) is known color: Burning Sand. HEX triplet: D8, 7D and 60. RGB value is (216,125,96). Sum of RGB (Red+Green+Blue) = 216+125+96=437 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.43% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D60 is #27829F. Grayscale: #959595. Windows color (decimal): -2589344 or 6323672. OLE color: 6323672.

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

Color convert

RGB 216 125 96 -
CMYK 0 0.42 0.56 0.15
HSL 14.5º 0.61% 0.61% -
HSV(B) 14.5º 0.56% 0.85% -
XYZ 37.76 30.11 14.89 -
YUV 148.9 98.15 175.86 -
System Red Green Blue C M Y K H S L
Decimal 216 125 96 0 0.42 0.56 0.15 14.5 0.61 0.61
Hex D8 7D 60 0 2A 38 F E 3D 3D
Octal 330 175 140 0 52 70 17 16 75 75
Binary 11011000 1111101 1100000 0 101010 111000 1111 1110 111101 111101

Color Harmonies of #D87D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D60

Black with #D87D60

Text Example


Text Example

White with #D87D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D60; }

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

 H1.HeaderClassName
 {
   color: #D87D60;
 }
 .AnyTagClassName
 {
   color: #D87D60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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