Html Css Color HEX #D1997E Feldspar

📋 copy color: '#D1997E'

red 209 ◦ green 153 ◦ blue 126

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

Shades of Feldspar #D1997E

Tints of Feldspar #D1997E

RGB

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

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

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

R = 42.83%
G = 31.35%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1997E (or 0xD1997E) is known color: Feldspar. HEX triplet: D1, 99 and 7E. RGB value is (209,153,126). Sum of RGB (Red+Green+Blue) = 209+153+126=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1997E is #2E6681. Grayscale: #A6A6A6. Windows color (decimal): -3040898 or 8296913. OLE color: 8296913.

HSL color Cylindrical-coordinate representation of color #D1997E: hue angle of 19.52º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D1997E is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 153 126 -
CMYK 0 0.27 0.40 0.18
HSL 19.52º 0.47% 0.66% -
HSV(B) 19.52º 0.4% 0.82% -
XYZ 41.45 37.84 24.86 -
YUV 166.67 105.05 158.2 -
System Red Green Blue C M Y K H S L
Decimal 209 153 126 0 0.27 0.40 0.18 19.52 0.47 0.66
Hex D1 99 7E 0 1B 28 12 14 2F 42
Octal 321 231 176 0 33 50 22 24 57 102
Binary 11010001 10011001 1111110 0 11011 101000 10010 10100 101111 1000010

Color Harmonies of #D1997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1997E

Black with #D1997E

Text Example


Text Example

White with #D1997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1997E; }

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

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

background-color css

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

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

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

border-color css

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

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

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