Html Css Color HEX #D87C5A Burning Sand

📋 copy color: '#D87C5A'

red 216 ◦ green 124 ◦ blue 90

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

Shades of Burning Sand #D87C5A

Tints of Burning Sand #D87C5A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.84%

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

R = 50.23%
G = 28.84%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D87C5A (or 0xD87C5A) is known color: Burning Sand. HEX triplet: D8, 7C and 5A. RGB value is (216,124,90). Sum of RGB (Red+Green+Blue) = 216+124+90=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 90 (35.55% from 255 or 20.93% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C5A is #2783A5. Grayscale: #939393. Windows color (decimal): -2589606 or 5930200. OLE color: 5930200.

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

Color convert

RGB 216 124 90 -
CMYK 0 0.43 0.58 0.15
HSL 16.19º 0.62% 0.6% -
HSV(B) 16.19º 0.58% 0.85% -
XYZ 37.37 29.75 13.45 -
YUV 147.63 95.48 176.76 -
System Red Green Blue C M Y K H S L
Decimal 216 124 90 0 0.43 0.58 0.15 16.19 0.62 0.6
Hex D8 7C 5A 0 2B 3A F 10 3E 3C
Octal 330 174 132 0 53 72 17 20 76 74
Binary 11011000 1111100 1011010 0 101011 111010 1111 10000 111110 111100

Color Harmonies of #D87C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87C5A

Black with #D87C5A

Text Example


Text Example

White with #D87C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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