#D1906E

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

Shades of Feldspar #D1906E

Tints of Feldspar #D1906E

Color information

#D1906E (or 0xD1906E) is unknown color: approx Feldspar. HEX triplet: D1, 90 and 6E. RGB value is (209,144,110). Sum of RGB (Red+Green+Blue) = 209+144+110=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 110 (43.36% from 255 or 23.76% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1906E is #2E6F91. Grayscale: #9F9F9F. Windows color (decimal): -3043218 or 7246033. OLE color: 7246033.

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

Color convert

RGB209144110-
CMYK00.310.470.18
HSL20.61º51.83%62.55%-
HSV(B)20.61º47.37%81.96%-
XYZ39.0834.6319.38-
YUV159.56100.03163.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.14%
GREEN value IS 144 (56.64% from 255) = 31.10%
BLUE value IS 110 (43.36% from 255) = 23.76%
R=45.14%
G=31.10%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914411000.310.470.1820.6151.8362.55
HexD1906E01F2F1215343f
Octal3212201560375722256477
Binary110100011001000011011100111111011111001010101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1906E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1906E; }

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

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

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

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

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

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

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

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