Html Css Color HEX #D1997C Feldspar

📋 copy color: '#D1997C'

red 209 ◦ green 153 ◦ blue 124

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

Shades of Feldspar #D1997C

Tints of Feldspar #D1997C

RGB

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

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

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

R = 43%
G = 31.48%
B = 25.51%

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

#D1997C (or 0xD1997C) is known color: Feldspar. HEX triplet: D1, 99 and 7C. RGB value is (209,153,124). Sum of RGB (Red+Green+Blue) = 209+153+124=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1997C is #2E6683. Grayscale: #A6A6A6. Windows color (decimal): -3040900 or 8165841. OLE color: 8165841.

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

Color convert

RGB 209 153 124 -
CMYK 0 0.27 0.41 0.18
HSL 20.47º 0.48% 0.65% -
HSV(B) 20.47º 0.41% 0.82% -
XYZ 41.32 37.79 24.19 -
YUV 166.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 209 153 124 0 0.27 0.41 0.18 20.47 0.48 0.65
Hex D1 99 7C 0 1B 29 12 14 30 41
Octal 321 231 174 0 33 51 22 24 60 101
Binary 11010001 10011001 1111100 0 11011 101001 10010 10100 110000 1000001

Color Harmonies of #D1997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1997C

Black with #D1997C

Text Example


Text Example

White with #D1997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1997C; }

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

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

background-color css

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

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

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

border-color css

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

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

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