Html Css Color HEX #D87F65 Burning Sand

📋 copy color: '#D87F65'

red 216 ◦ green 127 ◦ blue 101

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

Shades of Burning Sand #D87F65

Tints of Burning Sand #D87F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.75%

R = 48.65%
G = 28.6%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D87F65 (or 0xD87F65) is known color: Burning Sand. HEX triplet: D8, 7F and 65. RGB value is (216,127,101). Sum of RGB (Red+Green+Blue) = 216+127+101=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F65 is #27809A. Grayscale: #969696. Windows color (decimal): -2588827 or 6651864. OLE color: 6651864.

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

Color convert

RGB 216 127 101 -
CMYK 0 0.41 0.53 0.15
HSL 13.57º 0.6% 0.62% -
HSV(B) 13.57º 0.53% 0.85% -
XYZ 38.26 30.72 16.22 -
YUV 150.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 216 127 101 0 0.41 0.53 0.15 13.57 0.6 0.62
Hex D8 7F 65 0 29 35 F E 3C 3E
Octal 330 177 145 0 51 65 17 16 74 76
Binary 11011000 1111111 1100101 0 101001 110101 1111 1110 111100 111110

Color Harmonies of #D87F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F65

Black with #D87F65

Text Example


Text Example

White with #D87F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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