Html Css Color HEX #D1957F Feldspar

📋 copy color: '#D1957F'

red 209 ◦ green 149 ◦ blue 127

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

Shades of Feldspar #D1957F

Tints of Feldspar #D1957F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.72%

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

R = 43.09%
G = 30.72%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1957F (or 0xD1957F) is known color: Feldspar. HEX triplet: D1, 95 and 7F. RGB value is (209,149,127). Sum of RGB (Red+Green+Blue) = 209+149+127=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1957F is #2E6A80. Grayscale: #A4A4A4. Windows color (decimal): -3041921 or 8361425. OLE color: 8361425.

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

Color convert

RGB 209 149 127 -
CMYK 0 0.29 0.39 0.18
HSL 16.1º 0.47% 0.66% -
HSV(B) 16.1º 0.39% 0.82% -
XYZ 40.87 36.58 24.99 -
YUV 164.43 106.88 159.79 -
System Red Green Blue C M Y K H S L
Decimal 209 149 127 0 0.29 0.39 0.18 16.1 0.47 0.66
Hex D1 95 7F 0 1D 27 12 10 2F 42
Octal 321 225 177 0 35 47 22 20 57 102
Binary 11010001 10010101 1111111 0 11101 100111 10010 10000 101111 1000010

Color Harmonies of #D1957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1957F

Black with #D1957F

Text Example


Text Example

White with #D1957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1957F; }

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

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

background-color css

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

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

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

border-color css

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

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

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