Html Css Color HEX #D4987E Feldspar

📋 copy color: '#D4987E'

red 212 ◦ green 152 ◦ blue 126

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

Shades of Feldspar #D4987E

Tints of Feldspar #D4987E

RGB

 RED value IS 212 (83.2% from 255) = 43.27%

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

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

R = 43.27%
G = 31.02%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4987E (or 0xD4987E) is known color: Feldspar. HEX triplet: D4, 98 and 7E. RGB value is (212,152,126). Sum of RGB (Red+Green+Blue) = 212+152+126=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D4987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4987E is #2B6781. Grayscale: #A7A7A7. Windows color (decimal): -2844546 or 8296660. OLE color: 8296660.

HSL color Cylindrical-coordinate representation of color #D4987E: hue angle of 18.14º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4987E is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 126 -
CMYK 0 0.28 0.41 0.17
HSL 18.14º 0.5% 0.66% -
HSV(B) 18.14º 0.41% 0.83% -
XYZ 42.15 37.96 24.84 -
YUV 166.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 212 152 126 0 0.28 0.41 0.17 18.14 0.5 0.66
Hex D4 98 7E 0 1C 29 11 12 32 42
Octal 324 230 176 0 34 51 21 22 62 102
Binary 11010100 10011000 1111110 0 11100 101001 10001 10010 110010 1000010

Color Harmonies of #D4987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4987E

Black with #D4987E

Text Example


Text Example

White with #D4987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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