Html Css Color HEX #D1977B Feldspar

📋 copy color: '#D1977B'

red 209 ◦ green 151 ◦ blue 123

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

Shades of Feldspar #D1977B

Tints of Feldspar #D1977B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.47%

R = 43.27%
G = 31.26%
B = 25.47%

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

#D1977B (or 0xD1977B) is known color: Feldspar. HEX triplet: D1, 97 and 7B. RGB value is (209,151,123). Sum of RGB (Red+Green+Blue) = 209+151+123=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1977B is #2E6884. Grayscale: #A5A5A5. Windows color (decimal): -3041413 or 8099793. OLE color: 8099793.

HSL color Cylindrical-coordinate representation of color #D1977B: hue angle of 19.53º 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 #D1977B is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 151 123 -
CMYK 0 0.28 0.41 0.18
HSL 19.53º 0.48% 0.65% -
HSV(B) 19.53º 0.41% 0.82% -
XYZ 40.94 37.12 23.75 -
YUV 165.15 104.22 159.28 -
System Red Green Blue C M Y K H S L
Decimal 209 151 123 0 0.28 0.41 0.18 19.53 0.48 0.65
Hex D1 97 7B 0 1C 29 12 14 30 41
Octal 321 227 173 0 34 51 22 24 60 101
Binary 11010001 10010111 1111011 0 11100 101001 10010 10100 110000 1000001

Color Harmonies of #D1977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1977B

Black with #D1977B

Text Example


Text Example

White with #D1977B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1977B; }

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

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

background-color css

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

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

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

border-color css

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

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

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