Html Css Color HEX #D7987C Feldspar

📋 copy color: '#D7987C'

red 215 ◦ green 152 ◦ blue 124

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

Shades of Feldspar #D7987C

Tints of Feldspar #D7987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.25%

R = 43.79%
G = 30.96%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7987C (or 0xD7987C) is known color: Feldspar. HEX triplet: D7, 98 and 7C. RGB value is (215,152,124). Sum of RGB (Red+Green+Blue) = 215+152+124=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D7987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7987C is #286783. Grayscale: #A7A7A7. Windows color (decimal): -2647940 or 8165591. OLE color: 8165591.

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

Color convert

RGB 215 152 124 -
CMYK 0 0.29 0.42 0.16
HSL 18.46º 0.53% 0.66% -
HSV(B) 18.46º 0.42% 0.84% -
XYZ 42.89 38.36 24.21 -
YUV 167.65 103.37 161.78 -
System Red Green Blue C M Y K H S L
Decimal 215 152 124 0 0.29 0.42 0.16 18.46 0.53 0.66
Hex D7 98 7C 0 1D 2A 10 12 35 42
Octal 327 230 174 0 35 52 20 22 65 102
Binary 11010111 10011000 1111100 0 11101 101010 10000 10010 110101 1000010

Color Harmonies of #D7987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7987C

Black with #D7987C

Text Example


Text Example

White with #D7987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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