Html Css Color HEX #D87F5A Burning Sand

📋 copy color: '#D87F5A'

red 216 ◦ green 127 ◦ blue 90

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

Shades of Burning Sand #D87F5A

Tints of Burning Sand #D87F5A

RGB

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

 GREEN value IS 127 (50% from 255) = 29.33%

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 49.88%
G = 29.33%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D87F5A (or 0xD87F5A) is known color: Burning Sand. HEX triplet: D8, 7F and 5A. RGB value is (216,127,90). Sum of RGB (Red+Green+Blue) = 216+127+90=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F5A is #2780A5. Grayscale: #959595. Windows color (decimal): -2588838 or 5930968. OLE color: 5930968.

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

Color convert

RGB 216 127 90 -
CMYK 0 0.41 0.58 0.15
HSL 17.62º 0.62% 0.6% -
HSV(B) 17.62º 0.58% 0.85% -
XYZ 37.75 30.52 13.57 -
YUV 149.39 94.49 175.51 -
System Red Green Blue C M Y K H S L
Decimal 216 127 90 0 0.41 0.58 0.15 17.62 0.62 0.6
Hex D8 7F 5A 0 29 3A F 12 3E 3C
Octal 330 177 132 0 51 72 17 22 76 74
Binary 11011000 1111111 1011010 0 101001 111010 1111 10010 111110 111100

Color Harmonies of #D87F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F5A

Black with #D87F5A

Text Example


Text Example

White with #D87F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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