Html Css Color HEX #D7987F Feldspar

📋 copy color: '#D7987F'

red 215 ◦ green 152 ◦ blue 127

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

Shades of Feldspar #D7987F

Tints of Feldspar #D7987F

RGB

 RED value IS 215 (84.38% from 255) = 43.52%

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

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

R = 43.52%
G = 30.77%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7987F (or 0xD7987F) is known color: Feldspar. HEX triplet: D7, 98 and 7F. RGB value is (215,152,127). Sum of RGB (Red+Green+Blue) = 215+152+127=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D7987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7987F is #286780. Grayscale: #A8A8A8. Windows color (decimal): -2647937 or 8362199. OLE color: 8362199.

HSL color Cylindrical-coordinate representation of color #D7987F: hue angle of 17.05º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7987F is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 152 127 -
CMYK 0 0.29 0.41 0.16
HSL 17.05º 0.52% 0.67% -
HSV(B) 17.05º 0.41% 0.84% -
XYZ 43.08 38.44 25.23 -
YUV 167.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 215 152 127 0 0.29 0.41 0.16 17.05 0.52 0.67
Hex D7 98 7F 0 1D 29 10 11 34 43
Octal 327 230 177 0 35 51 20 21 64 103
Binary 11010111 10011000 1111111 0 11101 101001 10000 10001 110100 1000011

Color Harmonies of #D7987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7987F

Black with #D7987F

Text Example


Text Example

White with #D7987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7987F; }

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

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

background-color css

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

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

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

border-color css

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

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

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