Html Css Color HEX #D7986E Feldspar

📋 copy color: '#D7986E'

red 215 ◦ green 152 ◦ blue 110

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

Shades of Feldspar #D7986E

Tints of Feldspar #D7986E

RGB

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

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

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

R = 45.07%
G = 31.87%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7986E (or 0xD7986E) is known color: Feldspar. HEX triplet: D7, 98 and 6E. RGB value is (215,152,110). Sum of RGB (Red+Green+Blue) = 215+152+110=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D7986E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7986E is #286791. Grayscale: #A6A6A6. Windows color (decimal): -2647954 or 7248087. OLE color: 7248087.

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

Color convert

RGB 215 152 110 -
CMYK 0 0.29 0.49 0.16
HSL 24º 0.57% 0.64% -
HSV(B) 24º 0.49% 0.84% -
XYZ 42.07 38.03 19.88 -
YUV 166.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 215 152 110 0 0.29 0.49 0.16 24 0.57 0.64
Hex D7 98 6E 0 1D 31 10 18 39 40
Octal 327 230 156 0 35 61 20 30 71 100
Binary 11010111 10011000 1101110 0 11101 110001 10000 11000 111001 1000000

Color Harmonies of #D7986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7986E

Black with #D7986E

Text Example


Text Example

White with #D7986E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7986E; }

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

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

background-color css

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

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

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

border-color css

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

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

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