Html Css Color HEX #D8987F Feldspar

📋 copy color: '#D8987F'

red 216 ◦ green 152 ◦ blue 127

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

Shades of Feldspar #D8987F

Tints of Feldspar #D8987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.71%

 BLUE value IS 127 (50% from 255) = 25.66%

R = 43.64%
G = 30.71%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8987F (or 0xD8987F) is known color: Feldspar. HEX triplet: D8, 98 and 7F. RGB value is (216,152,127). Sum of RGB (Red+Green+Blue) = 216+152+127=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8987F is #276780. Grayscale: #A8A8A8. Windows color (decimal): -2582401 or 8362200. OLE color: 8362200.

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

Color convert

RGB 216 152 127 -
CMYK 0 0.30 0.41 0.15
HSL 16.85º 0.53% 0.67% -
HSV(B) 16.85º 0.41% 0.85% -
XYZ 43.38 38.59 25.24 -
YUV 168.29 104.7 162.03 -
System Red Green Blue C M Y K H S L
Decimal 216 152 127 0 0.30 0.41 0.15 16.85 0.53 0.67
Hex D8 98 7F 0 1E 29 F 11 35 43
Octal 330 230 177 0 36 51 17 21 65 103
Binary 11011000 10011000 1111111 0 11110 101001 1111 10001 110101 1000011

Color Harmonies of #D8987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8987F

Black with #D8987F

Text Example


Text Example

White with #D8987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8987F; }

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

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

background-color css

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

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

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

border-color css

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

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

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