Html Css Color HEX #D9987C Feldspar

📋 copy color: '#D9987C'

red 217 ◦ green 152 ◦ blue 124

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

Shades of Feldspar #D9987C

Tints of Feldspar #D9987C

RGB

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

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

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

R = 44.02%
G = 30.83%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9987C (or 0xD9987C) is known color: Feldspar. HEX triplet: D9, 98 and 7C. RGB value is (217,152,124). Sum of RGB (Red+Green+Blue) = 217+152+124=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 124 (48.83% from 255 or 25.15% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D9987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9987C is #266783. Grayscale: #A8A8A8. Windows color (decimal): -2516868 or 8165593. OLE color: 8165593.

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

Color convert

RGB 217 152 124 -
CMYK 0 0.30 0.43 0.15
HSL 18.06º 0.55% 0.67% -
HSV(B) 18.06º 0.43% 0.85% -
XYZ 43.48 38.66 24.24 -
YUV 168.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 217 152 124 0 0.30 0.43 0.15 18.06 0.55 0.67
Hex D9 98 7C 0 1E 2B F 12 37 43
Octal 331 230 174 0 36 53 17 22 67 103
Binary 11011001 10011000 1111100 0 11110 101011 1111 10010 110111 1000011

Color Harmonies of #D9987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9987C

Black with #D9987C

Text Example


Text Example

White with #D9987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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