Html Css Color HEX #D6987B Feldspar

📋 copy color: '#D6987B'

red 214 ◦ green 152 ◦ blue 123

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

Shades of Feldspar #D6987B

Tints of Feldspar #D6987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.15%

R = 43.76%
G = 31.08%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6987B (or 0xD6987B) is known color: Feldspar. HEX triplet: D6, 98 and 7B. RGB value is (214,152,123). Sum of RGB (Red+Green+Blue) = 214+152+123=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6987B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6987B is #296784. Grayscale: #A7A7A7. Windows color (decimal): -2713477 or 8100054. OLE color: 8100054.

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

Color convert

RGB 214 152 123 -
CMYK 0 0.29 0.43 0.16
HSL 19.12º 0.53% 0.66% -
HSV(B) 19.12º 0.43% 0.84% -
XYZ 42.53 38.18 23.87 -
YUV 167.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 214 152 123 0 0.29 0.43 0.16 19.12 0.53 0.66
Hex D6 98 7B 0 1D 2B 10 13 35 42
Octal 326 230 173 0 35 53 20 23 65 102
Binary 11010110 10011000 1111011 0 11101 101011 10000 10011 110101 1000010

Color Harmonies of #D6987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6987B

Black with #D6987B

Text Example


Text Example

White with #D6987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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