Html Css Color HEX #D6987E Feldspar

📋 copy color: '#D6987E'

red 214 ◦ green 152 ◦ blue 126

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

Shades of Feldspar #D6987E

Tints of Feldspar #D6987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.61%

R = 43.5%
G = 30.89%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6987E (or 0xD6987E) is known color: Feldspar. HEX triplet: D6, 98 and 7E. RGB value is (214,152,126). Sum of RGB (Red+Green+Blue) = 214+152+126=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D6987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6987E is #296781. Grayscale: #A7A7A7. Windows color (decimal): -2713474 or 8296662. OLE color: 8296662.

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

Color convert

RGB 214 152 126 -
CMYK 0 0.29 0.41 0.16
HSL 17.73º 0.52% 0.67% -
HSV(B) 17.73º 0.41% 0.84% -
XYZ 42.73 38.26 24.87 -
YUV 167.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 214 152 126 0 0.29 0.41 0.16 17.73 0.52 0.67
Hex D6 98 7E 0 1D 29 10 12 34 43
Octal 326 230 176 0 35 51 20 22 64 103
Binary 11010110 10011000 1111110 0 11101 101001 10000 10010 110100 1000011

Color Harmonies of #D6987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6987E

Black with #D6987E

Text Example


Text Example

White with #D6987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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