Html Css Color HEX #D1997F Feldspar

📋 copy color: '#D1997F'

red 209 ◦ green 153 ◦ blue 127

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

Shades of Feldspar #D1997F

Tints of Feldspar #D1997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.97%

R = 42.74%
G = 31.29%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1997F (or 0xD1997F) is known color: Feldspar. HEX triplet: D1, 99 and 7F. RGB value is (209,153,127). Sum of RGB (Red+Green+Blue) = 209+153+127=489 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.74% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 209 - color contains mainly: red. Hex color #D1997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1997F is #2E6680. Grayscale: #A6A6A6. Windows color (decimal): -3040897 or 8362449. OLE color: 8362449.

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

Color convert

RGB 209 153 127 -
CMYK 0 0.27 0.39 0.18
HSL 19.02º 0.47% 0.66% -
HSV(B) 19.02º 0.39% 0.82% -
XYZ 41.52 37.87 25.2 -
YUV 166.78 105.55 158.11 -
System Red Green Blue C M Y K H S L
Decimal 209 153 127 0 0.27 0.39 0.18 19.02 0.47 0.66
Hex D1 99 7F 0 1B 27 12 13 2F 42
Octal 321 231 177 0 33 47 22 23 57 102
Binary 11010001 10011001 1111111 0 11011 100111 10010 10011 101111 1000010

Color Harmonies of #D1997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1997F

Black with #D1997F

Text Example


Text Example

White with #D1997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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