Html Css Color HEX #D7986D Feldspar

📋 copy color: '#D7986D'

red 215 ◦ green 152 ◦ blue 109

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

Shades of Feldspar #D7986D

Tints of Feldspar #D7986D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.9%

R = 45.17%
G = 31.93%
B = 22.9%

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

#D7986D (or 0xD7986D) is known color: Feldspar. HEX triplet: D7, 98 and 6D. RGB value is (215,152,109). Sum of RGB (Red+Green+Blue) = 215+152+109=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D7986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7986D is #286792. Grayscale: #A6A6A6. Windows color (decimal): -2647955 or 7182551. OLE color: 7182551.

HSL color Cylindrical-coordinate representation of color #D7986D: hue angle of 24.34º 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 #D7986D is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 152 109 -
CMYK 0 0.29 0.49 0.16
HSL 24.34º 0.57% 0.64% -
HSV(B) 24.34º 0.49% 0.84% -
XYZ 42.01 38.01 19.59 -
YUV 165.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 215 152 109 0 0.29 0.49 0.16 24.34 0.57 0.64
Hex D7 98 6D 0 1D 31 10 18 39 40
Octal 327 230 155 0 35 61 20 30 71 100
Binary 11010111 10011000 1101101 0 11101 110001 10000 11000 111001 1000000

Color Harmonies of #D7986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7986D

Black with #D7986D

Text Example


Text Example

White with #D7986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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