Html Css Color HEX #D87D61 Burning Sand

📋 copy color: '#D87D61'

red 216 ◦ green 125 ◦ blue 97

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

Shades of Burning Sand #D87D61

Tints of Burning Sand #D87D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.15%

R = 49.32%
G = 28.54%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D87D61 (or 0xD87D61) is known color: Burning Sand. HEX triplet: D8, 7D and 61. RGB value is (216,125,97). Sum of RGB (Red+Green+Blue) = 216+125+97=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87D61 is #27829E. Grayscale: #959595. Windows color (decimal): -2589343 or 6389208. OLE color: 6389208.

HSL color Cylindrical-coordinate representation of color #D87D61: hue angle of 14.12º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D87D61 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 125 97 -
CMYK 0 0.42 0.55 0.15
HSL 14.12º 0.6% 0.61% -
HSV(B) 14.12º 0.55% 0.85% -
XYZ 37.81 30.13 15.13 -
YUV 149.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 216 125 97 0 0.42 0.55 0.15 14.12 0.6 0.61
Hex D8 7D 61 0 2A 37 F E 3C 3D
Octal 330 175 141 0 52 67 17 16 74 75
Binary 11011000 1111101 1100001 0 101010 110111 1111 1110 111100 111101

Color Harmonies of #D87D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87D61

Black with #D87D61

Text Example


Text Example

White with #D87D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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