Html Css Color HEX #D1977C Feldspar

📋 copy color: '#D1977C'

red 209 ◦ green 151 ◦ blue 124

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

Shades of Feldspar #D1977C

Tints of Feldspar #D1977C

RGB

 RED value IS 209 (82.03% from 255) = 43.18%

 GREEN value IS 151 (59.38% from 255) = 31.2%

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

R = 43.18%
G = 31.2%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1977C (or 0xD1977C) is known color: Feldspar. HEX triplet: D1, 97 and 7C. RGB value is (209,151,124). Sum of RGB (Red+Green+Blue) = 209+151+124=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1977C is #2E6883. Grayscale: #A5A5A5. Windows color (decimal): -3041412 or 8165329. OLE color: 8165329.

HSL color Cylindrical-coordinate representation of color #D1977C: hue angle of 19.06º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1977C is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 151 124 -
CMYK 0 0.28 0.41 0.18
HSL 19.06º 0.48% 0.65% -
HSV(B) 19.06º 0.41% 0.82% -
XYZ 41 37.14 24.08 -
YUV 165.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 209 151 124 0 0.28 0.41 0.18 19.06 0.48 0.65
Hex D1 97 7C 0 1C 29 12 13 30 41
Octal 321 227 174 0 34 51 22 23 60 101
Binary 11010001 10010111 1111100 0 11100 101001 10010 10011 110000 1000001

Color Harmonies of #D1977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1977C

Black with #D1977C

Text Example


Text Example

White with #D1977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1977C; }

 p { color: rgb(209,151,124); }

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

background-color css

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

 a { background-color: rgb(209,151,124); }

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

border-color css

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

 span { border-color: rgb(209,151,124); }

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