Html Css Color HEX #D6986F Feldspar

📋 copy color: '#D6986F'

red 214 ◦ green 152 ◦ blue 111

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

Shades of Feldspar #D6986F

Tints of Feldspar #D6986F

RGB

 RED value IS 214 (83.98% from 255) = 44.86%

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

 BLUE value IS 111 (43.75% from 255) = 23.27%

R = 44.86%
G = 31.87%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6986F (or 0xD6986F) is known color: Feldspar. HEX triplet: D6, 98 and 6F. RGB value is (214,152,111). Sum of RGB (Red+Green+Blue) = 214+152+111=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6986F is #296790. Grayscale: #A6A6A6. Windows color (decimal): -2713489 or 7313622. OLE color: 7313622.

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

Color convert

RGB 214 152 111 -
CMYK 0 0.29 0.48 0.16
HSL 23.88º 0.56% 0.64% -
HSV(B) 23.88º 0.48% 0.84% -
XYZ 41.83 37.9 20.15 -
YUV 165.86 97.04 162.33 -
System Red Green Blue C M Y K H S L
Decimal 214 152 111 0 0.29 0.48 0.16 23.88 0.56 0.64
Hex D6 98 6F 0 1D 30 10 18 38 40
Octal 326 230 157 0 35 60 20 30 70 100
Binary 11010110 10011000 1101111 0 11101 110000 10000 11000 111000 1000000

Color Harmonies of #D6986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6986F

Black with #D6986F

Text Example


Text Example

White with #D6986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6986F; }

 p { color: rgb(214,152,111); }

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

background-color css

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

 a { background-color: rgb(214,152,111); }

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

border-color css

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

 span { border-color: rgb(214,152,111); }

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