Html Css Color HEX #D1997B Feldspar

📋 copy color: '#D1997B'

red 209 ◦ green 153 ◦ blue 123

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

Shades of Feldspar #D1997B

Tints of Feldspar #D1997B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.55%

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

R = 43.09%
G = 31.55%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1997B (or 0xD1997B) is known color: Feldspar. HEX triplet: D1, 99 and 7B. RGB value is (209,153,123). Sum of RGB (Red+Green+Blue) = 209+153+123=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1997B is #2E6684. Grayscale: #A6A6A6. Windows color (decimal): -3040901 or 8100305. OLE color: 8100305.

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

Color convert

RGB 209 153 123 -
CMYK 0 0.27 0.41 0.18
HSL 20.93º 0.48% 0.65% -
HSV(B) 20.93º 0.41% 0.82% -
XYZ 41.26 37.77 23.85 -
YUV 166.32 103.55 158.44 -
System Red Green Blue C M Y K H S L
Decimal 209 153 123 0 0.27 0.41 0.18 20.93 0.48 0.65
Hex D1 99 7B 0 1B 29 12 15 30 41
Octal 321 231 173 0 33 51 22 25 60 101
Binary 11010001 10011001 1111011 0 11011 101001 10010 10101 110000 1000001

Color Harmonies of #D1997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1997B

Black with #D1997B

Text Example


Text Example

White with #D1997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1997B; }

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

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

background-color css

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

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

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

border-color css

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

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

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