Html Css Color HEX #D87D5E Burning Sand

📋 copy color: '#D87D5E'

red 216 ◦ green 125 ◦ blue 94

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

Shades of Burning Sand #D87D5E

Tints of Burning Sand #D87D5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.61%

R = 49.66%
G = 28.74%
B = 21.61%

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

#D87D5E (or 0xD87D5E) is known color: Burning Sand. HEX triplet: D8, 7D and 5E. RGB value is (216,125,94). Sum of RGB (Red+Green+Blue) = 216+125+94=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D5E is #2782A1. Grayscale: #949494. Windows color (decimal): -2589346 or 6192600. OLE color: 6192600.

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

Color convert

RGB 216 125 94 -
CMYK 0 0.42 0.56 0.15
HSL 15.25º 0.61% 0.61% -
HSV(B) 15.25º 0.56% 0.85% -
XYZ 37.67 30.07 14.41 -
YUV 148.68 97.15 176.02 -
System Red Green Blue C M Y K H S L
Decimal 216 125 94 0 0.42 0.56 0.15 15.25 0.61 0.61
Hex D8 7D 5E 0 2A 38 F F 3D 3D
Octal 330 175 136 0 52 70 17 17 75 75
Binary 11011000 1111101 1011110 0 101010 111000 1111 1111 111101 111101

Color Harmonies of #D87D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D5E

Black with #D87D5E

Text Example


Text Example

White with #D87D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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