Html Css Color HEX #D1927A Feldspar

📋 copy color: '#D1927A'

red 209 ◦ green 146 ◦ blue 122

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

Shades of Feldspar #D1927A

Tints of Feldspar #D1927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.58%

R = 43.82%
G = 30.61%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1927A (or 0xD1927A) is known color: Feldspar. HEX triplet: D1, 92 and 7A. RGB value is (209,146,122). Sum of RGB (Red+Green+Blue) = 209+146+122=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D1927A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1927A is #2E6D85. Grayscale: #A2A2A2. Windows color (decimal): -3042694 or 8032977. OLE color: 8032977.

HSL color Cylindrical-coordinate representation of color #D1927A: hue angle of 16.55º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1927A is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 146 122 -
CMYK 0 0.30 0.42 0.18
HSL 16.55º 0.49% 0.65% -
HSV(B) 16.55º 0.42% 0.82% -
XYZ 40.09 35.52 23.16 -
YUV 162.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 209 146 122 0 0.30 0.42 0.18 16.55 0.49 0.65
Hex D1 92 7A 0 1E 2A 12 11 31 41
Octal 321 222 172 0 36 52 22 21 61 101
Binary 11010001 10010010 1111010 0 11110 101010 10010 10001 110001 1000001

Color Harmonies of #D1927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1927A

Black with #D1927A

Text Example


Text Example

White with #D1927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1927A; }

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

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

background-color css

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

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

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

border-color css

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

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

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