#D19277

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

Shades of Feldspar #D19277

Tints of Feldspar #D19277

Color information

#D19277 (or 0xD19277) is unknown color: approx Feldspar. HEX triplet: D1, 92 and 77. RGB value is (209,146,119). Sum of RGB (Red+Green+Blue) = 209+146+119=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 209 - color contains mainly: red. Hex color #D19277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19277 is #2E6D88. Grayscale: #A1A1A1. Windows color (decimal): -3042697 or 7836369. OLE color: 7836369.

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

Color convert

RGB209146119-
CMYK00.300.430.18
HSL18º49.45%64.31%-
HSV(B)18º43.06%81.96%-
XYZ39.935.4422.19-
YUV161.76103.87161.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.09%
GREEN value IS 146 (57.42% from 255) = 30.80%
BLUE value IS 119 (46.88% from 255) = 25.11%
R=44.09%
G=30.80%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914611900.300.430.181849.4564.31
HexD1927701E2B12123140
Octal32122216703653222261100
Binary1101000110010010111011101111010101110010100101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19277; }

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

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

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

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

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

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

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

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