Html Css Color HEX #D87F64 Burning Sand

📋 copy color: '#D87F64'

red 216 ◦ green 127 ◦ blue 100

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

Shades of Burning Sand #D87F64

Tints of Burning Sand #D87F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.57%

R = 48.76%
G = 28.67%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D87F64 (or 0xD87F64) is known color: Burning Sand. HEX triplet: D8, 7F and 64. RGB value is (216,127,100). Sum of RGB (Red+Green+Blue) = 216+127+100=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D87F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87F64 is #27809B. Grayscale: #969696. Windows color (decimal): -2588828 or 6586328. OLE color: 6586328.

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

Color convert

RGB 216 127 100 -
CMYK 0 0.41 0.54 0.15
HSL 13.97º 0.6% 0.62% -
HSV(B) 13.97º 0.54% 0.85% -
XYZ 38.21 30.7 15.97 -
YUV 150.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 216 127 100 0 0.41 0.54 0.15 13.97 0.6 0.62
Hex D8 7F 64 0 29 36 F E 3C 3E
Octal 330 177 144 0 51 66 17 16 74 76
Binary 11011000 1111111 1100100 0 101001 110110 1111 1110 111100 111110

Color Harmonies of #D87F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87F64

Black with #D87F64

Text Example


Text Example

White with #D87F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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