Html Css Color HEX #D8987D Feldspar

📋 copy color: '#D8987D'

red 216 ◦ green 152 ◦ blue 125

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

Shades of Feldspar #D8987D

Tints of Feldspar #D8987D

RGB

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

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

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

R = 43.81%
G = 30.83%
B = 25.35%

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

#D8987D (or 0xD8987D) is known color: Feldspar. HEX triplet: D8, 98 and 7D. RGB value is (216,152,125). Sum of RGB (Red+Green+Blue) = 216+152+125=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 125 (49.22% from 255 or 25.35% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8987D is #276782. Grayscale: #A8A8A8. Windows color (decimal): -2582403 or 8231128. OLE color: 8231128.

HSL color Cylindrical-coordinate representation of color #D8987D: hue angle of 17.8º 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 #D8987D is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 152 125 -
CMYK 0 0.30 0.42 0.15
HSL 17.8º 0.54% 0.67% -
HSV(B) 17.8º 0.42% 0.85% -
XYZ 43.25 38.54 24.56 -
YUV 168.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 216 152 125 0 0.30 0.42 0.15 17.8 0.54 0.67
Hex D8 98 7D 0 1E 2A F 12 36 43
Octal 330 230 175 0 36 52 17 22 66 103
Binary 11011000 10011000 1111101 0 11110 101010 1111 10010 110110 1000011

Color Harmonies of #D8987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8987D

Black with #D8987D

Text Example


Text Example

White with #D8987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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