Html Css Color HEX #D8987C Feldspar

📋 copy color: '#D8987C'

red 216 ◦ green 152 ◦ blue 124

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

Shades of Feldspar #D8987C

Tints of Feldspar #D8987C

RGB

 RED value IS 216 (84.77% from 255) = 43.9%

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

 BLUE value IS 124 (48.83% from 255) = 25.2%

R = 43.9%
G = 30.89%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8987C (or 0xD8987C) is known color: Feldspar. HEX triplet: D8, 98 and 7C. RGB value is (216,152,124). Sum of RGB (Red+Green+Blue) = 216+152+124=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8987C is #276783. Grayscale: #A8A8A8. Windows color (decimal): -2582404 or 8165592. OLE color: 8165592.

HSL color Cylindrical-coordinate representation of color #D8987C: hue angle of 18.26º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8987C is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 152 124 -
CMYK 0 0.30 0.43 0.15
HSL 18.26º 0.54% 0.67% -
HSV(B) 18.26º 0.43% 0.85% -
XYZ 43.19 38.51 24.23 -
YUV 167.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 216 152 124 0 0.30 0.43 0.15 18.26 0.54 0.67
Hex D8 98 7C 0 1E 2B F 12 36 43
Octal 330 230 174 0 36 53 17 22 66 103
Binary 11011000 10011000 1111100 0 11110 101011 1111 10010 110110 1000011

Color Harmonies of #D8987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8987C

Black with #D8987C

Text Example


Text Example

White with #D8987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8987C; }

 p { color: rgb(216,152,124); }

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

background-color css

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

 a { background-color: rgb(216,152,124); }

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

border-color css

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

 span { border-color: rgb(216,152,124); }

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