Html Css Color HEX #D6987D Feldspar

📋 copy color: '#D6987D'

red 214 ◦ green 152 ◦ blue 125

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

Shades of Feldspar #D6987D

Tints of Feldspar #D6987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.46%

R = 43.58%
G = 30.96%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6987D (or 0xD6987D) is known color: Feldspar. HEX triplet: D6, 98 and 7D. RGB value is (214,152,125). Sum of RGB (Red+Green+Blue) = 214+152+125=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6987D is #296782. Grayscale: #A7A7A7. Windows color (decimal): -2713475 or 8231126. OLE color: 8231126.

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

Color convert

RGB 214 152 125 -
CMYK 0 0.29 0.42 0.16
HSL 18.2º 0.52% 0.66% -
HSV(B) 18.2º 0.42% 0.84% -
XYZ 42.66 38.23 24.53 -
YUV 167.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 214 152 125 0 0.29 0.42 0.16 18.2 0.52 0.66
Hex D6 98 7D 0 1D 2A 10 12 34 42
Octal 326 230 175 0 35 52 20 22 64 102
Binary 11010110 10011000 1111101 0 11101 101010 10000 10010 110100 1000010

Color Harmonies of #D6987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6987D

Black with #D6987D

Text Example


Text Example

White with #D6987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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