Html Css Color HEX #D1927C Feldspar

📋 copy color: '#D1927C'

red 209 ◦ green 146 ◦ blue 124

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

Shades of Feldspar #D1927C

Tints of Feldspar #D1927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.48%

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

R = 43.63%
G = 30.48%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1927C (or 0xD1927C) is known color: Feldspar. HEX triplet: D1, 92 and 7C. RGB value is (209,146,124). Sum of RGB (Red+Green+Blue) = 209+146+124=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 124 (48.83% from 255 or 25.89% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1927C is #2E6D83. Grayscale: #A2A2A2. Windows color (decimal): -3042692 or 8164049. OLE color: 8164049.

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

Color convert

RGB 209 146 124 -
CMYK 0 0.30 0.41 0.18
HSL 15.53º 0.48% 0.65% -
HSV(B) 15.53º 0.41% 0.82% -
XYZ 40.21 35.57 23.81 -
YUV 162.33 106.37 161.29 -
System Red Green Blue C M Y K H S L
Decimal 209 146 124 0 0.30 0.41 0.18 15.53 0.48 0.65
Hex D1 92 7C 0 1E 29 12 10 30 41
Octal 321 222 174 0 36 51 22 20 60 101
Binary 11010001 10010010 1111100 0 11110 101001 10010 10000 110000 1000001

Color Harmonies of #D1927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1927C

Black with #D1927C

Text Example


Text Example

White with #D1927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1927C; }

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

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

background-color css

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

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

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

border-color css

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

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

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