Html Css Color HEX #D9986E Feldspar

📋 copy color: '#D9986E'

red 217 ◦ green 152 ◦ blue 110

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

Shades of Feldspar #D9986E

Tints of Feldspar #D9986E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 45.3%
G = 31.73%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9986E (or 0xD9986E) is known color: Feldspar. HEX triplet: D9, 98 and 6E. RGB value is (217,152,110). Sum of RGB (Red+Green+Blue) = 217+152+110=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 152 (59.77% from 255 or 31.73% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D9986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9986E is #266791. Grayscale: #A6A6A6. Windows color (decimal): -2516882 or 7248089. OLE color: 7248089.

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

Color convert

RGB 217 152 110 -
CMYK 0 0.30 0.49 0.15
HSL 23.55º 0.58% 0.64% -
HSV(B) 23.55º 0.49% 0.85% -
XYZ 42.66 38.33 19.9 -
YUV 166.65 96.03 163.92 -
System Red Green Blue C M Y K H S L
Decimal 217 152 110 0 0.30 0.49 0.15 23.55 0.58 0.64
Hex D9 98 6E 0 1E 31 F 18 3A 40
Octal 331 230 156 0 36 61 17 30 72 100
Binary 11011001 10011000 1101110 0 11110 110001 1111 11000 111010 1000000

Color Harmonies of #D9986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9986E

Black with #D9986E

Text Example


Text Example

White with #D9986E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9986E; }

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

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

background-color css

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

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

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

border-color css

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

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

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