Html Css Color HEX #D1927F Feldspar

📋 copy color: '#D1927F'

red 209 ◦ green 146 ◦ blue 127

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

Shades of Feldspar #D1927F

Tints of Feldspar #D1927F

RGB

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

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

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

R = 43.36%
G = 30.29%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D1927F (or 0xD1927F) is known color: Feldspar. HEX triplet: D1, 92 and 7F. RGB value is (209,146,127). Sum of RGB (Red+Green+Blue) = 209+146+127=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1927F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1927F is #2E6D80. Grayscale: #A2A2A2. Windows color (decimal): -3042689 or 8360657. OLE color: 8360657.

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

Color convert

RGB 209 146 127 -
CMYK 0 0.30 0.39 0.18
HSL 13.9º 0.47% 0.66% -
HSV(B) 13.9º 0.39% 0.82% -
XYZ 40.4 35.65 24.83 -
YUV 162.67 107.87 161.04 -
System Red Green Blue C M Y K H S L
Decimal 209 146 127 0 0.30 0.39 0.18 13.9 0.47 0.66
Hex D1 92 7F 0 1E 27 12 E 2F 42
Octal 321 222 177 0 36 47 22 16 57 102
Binary 11010001 10010010 1111111 0 11110 100111 10010 1110 101111 1000010

Color Harmonies of #D1927F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1927F

Black with #D1927F

Text Example


Text Example

White with #D1927F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1927F; }

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

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

background-color css

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

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

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

border-color css

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

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

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