Html Css Color HEX #D9987F Feldspar

📋 copy color: '#D9987F'

red 217 ◦ green 152 ◦ blue 127

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

Shades of Feldspar #D9987F

Tints of Feldspar #D9987F

RGB

 RED value IS 217 (85.16% from 255) = 43.75%

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

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

R = 43.75%
G = 30.65%
B = 25.6%

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

#D9987F (or 0xD9987F) is known color: Feldspar. HEX triplet: D9, 98 and 7F. RGB value is (217,152,127). Sum of RGB (Red+Green+Blue) = 217+152+127=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9987F is #266780. Grayscale: #A8A8A8. Windows color (decimal): -2516865 or 8362201. OLE color: 8362201.

HSL color Cylindrical-coordinate representation of color #D9987F: hue angle of 16.67º degrees, saturation: 0.54, 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 #D9987F is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 152 127 -
CMYK 0 0.30 0.41 0.15
HSL 16.67º 0.54% 0.67% -
HSV(B) 16.67º 0.41% 0.85% -
XYZ 43.67 38.74 25.25 -
YUV 168.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 217 152 127 0 0.30 0.41 0.15 16.67 0.54 0.67
Hex D9 98 7F 0 1E 29 F 11 36 43
Octal 331 230 177 0 36 51 17 21 66 103
Binary 11011001 10011000 1111111 0 11110 101001 1111 10001 110110 1000011

Color Harmonies of #D9987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9987F

Black with #D9987F

Text Example


Text Example

White with #D9987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9987F; }

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

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

background-color css

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

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

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

border-color css

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

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

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