Html Css Color HEX #D9987D Feldspar

📋 copy color: '#D9987D'

red 217 ◦ green 152 ◦ blue 125

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

Shades of Feldspar #D9987D

Tints of Feldspar #D9987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 43.93%
G = 30.77%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9987D (or 0xD9987D) is known color: Feldspar. HEX triplet: D9, 98 and 7D. RGB value is (217,152,125). Sum of RGB (Red+Green+Blue) = 217+152+125=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9987D is #266782. Grayscale: #A8A8A8. Windows color (decimal): -2516867 or 8231129. OLE color: 8231129.

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

Color convert

RGB 217 152 125 -
CMYK 0 0.30 0.42 0.15
HSL 17.61º 0.55% 0.67% -
HSV(B) 17.61º 0.42% 0.85% -
XYZ 43.55 38.69 24.57 -
YUV 168.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 217 152 125 0 0.30 0.42 0.15 17.61 0.55 0.67
Hex D9 98 7D 0 1E 2A F 12 37 43
Octal 331 230 175 0 36 52 17 22 67 103
Binary 11011001 10011000 1111101 0 11110 101010 1111 10010 110111 1000011

Color Harmonies of #D9987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9987D

Black with #D9987D

Text Example


Text Example

White with #D9987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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