Html Css Color HEX #D8987E Feldspar

📋 copy color: '#D8987E'

red 216 ◦ green 152 ◦ blue 126

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

Shades of Feldspar #D8987E

Tints of Feldspar #D8987E

RGB

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

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

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

R = 43.72%
G = 30.77%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8987E (or 0xD8987E) is known color: Feldspar. HEX triplet: D8, 98 and 7E. RGB value is (216,152,126). Sum of RGB (Red+Green+Blue) = 216+152+126=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8987E is #276781. Grayscale: #A8A8A8. Windows color (decimal): -2582402 or 8296664. OLE color: 8296664.

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

Color convert

RGB 216 152 126 -
CMYK 0 0.30 0.42 0.15
HSL 17.33º 0.54% 0.67% -
HSV(B) 17.33º 0.42% 0.85% -
XYZ 43.31 38.56 24.9 -
YUV 168.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 216 152 126 0 0.30 0.42 0.15 17.33 0.54 0.67
Hex D8 98 7E 0 1E 2A F 11 36 43
Octal 330 230 176 0 36 52 17 21 66 103
Binary 11011000 10011000 1111110 0 11110 101010 1111 10001 110110 1000011

Color Harmonies of #D8987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8987E

Black with #D8987E

Text Example


Text Example

White with #D8987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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