#D1926E

Color #D1926E Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #D1926E

Tints of Feldspar #D1926E

Color information

#D1926E (or 0xD1926E) is unknown color: approx Feldspar. HEX triplet: D1, 92 and 6E. RGB value is (209,146,110). Sum of RGB (Red+Green+Blue) = 209+146+110=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D1926E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1926E is #2E6D91. Grayscale: #A0A0A0. Windows color (decimal): -3042706 or 7246545. OLE color: 7246545.

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

Color convert

RGB209146110-
CMYK00.300.470.18
HSL21.82º51.83%62.55%-
HSV(B)21.82º47.37%81.96%-
XYZ39.3935.2419.48-
YUV160.7399.37162.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=44.95%
G=31.40%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914611000.300.470.1821.8251.8362.55
HexD1926E01E2F1216343f
Octal3212221560365722266477
Binary110100011001001011011100111101011111001010110110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1926E; }

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

 H1.HeaderClassName
 {
   color: #D1926E;
 }
 .AnyTagClassName
 {
   color: #D1926E;
 }
</style>
background-color css

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

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

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

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

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

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