Html Css Color HEX #D6986D Feldspar

📋 copy color: '#D6986D'

red 214 ◦ green 152 ◦ blue 109

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

Shades of Feldspar #D6986D

Tints of Feldspar #D6986D

RGB

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

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

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

R = 45.05%
G = 32%
B = 22.95%

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

#D6986D (or 0xD6986D) is known color: Feldspar. HEX triplet: D6, 98 and 6D. RGB value is (214,152,109). Sum of RGB (Red+Green+Blue) = 214+152+109=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6986D is #296792. Grayscale: #A5A5A5. Windows color (decimal): -2713491 or 7182550. OLE color: 7182550.

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

Color convert

RGB 214 152 109 -
CMYK 0 0.29 0.49 0.16
HSL 24.57º 0.56% 0.63% -
HSV(B) 24.57º 0.49% 0.84% -
XYZ 41.72 37.86 19.58 -
YUV 165.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 214 152 109 0 0.29 0.49 0.16 24.57 0.56 0.63
Hex D6 98 6D 0 1D 31 10 19 38 3F
Octal 326 230 155 0 35 61 20 31 70 77
Binary 11010110 10011000 1101101 0 11101 110001 10000 11001 111000 111111

Color Harmonies of #D6986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6986D

Black with #D6986D

Text Example


Text Example

White with #D6986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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