#D1927B

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

Shades of Feldspar #D1927B

Tints of Feldspar #D1927B

Color information

#D1927B (or 0xD1927B) is unknown color: approx Feldspar. HEX triplet: D1, 92 and 7B. RGB value is (209,146,123). Sum of RGB (Red+Green+Blue) = 209+146+123=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1927B is #2E6D84. Grayscale: #A2A2A2. Windows color (decimal): -3042693 or 8098513. OLE color: 8098513.

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

Color convert

RGB209146123-
CMYK00.300.410.18
HSL16.05º48.31%65.1%-
HSV(B)16.05º41.15%81.96%-
XYZ40.1535.5423.48-
YUV162.21105.87161.37-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 146 (57.42% from 255) = 30.54%
BLUE value IS 123 (48.44% from 255) = 25.73%
R=43.72%
G=30.54%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914612300.300.410.1816.0548.3165.1
HexD1927B01E2912103041
Octal32122217303651222060101
Binary1101000110010010111101101111010100110010100001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1927B; }

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

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

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

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

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

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

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

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