#D19271

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

Shades of Feldspar #D19271

Tints of Feldspar #D19271

Color information

#D19271 (or 0xD19271) is unknown color: approx Feldspar. HEX triplet: D1, 92 and 71. RGB value is (209,146,113). Sum of RGB (Red+Green+Blue) = 209+146+113=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D19271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19271 is #2E6D8E. Grayscale: #A1A1A1. Windows color (decimal): -3042703 or 7443153. OLE color: 7443153.

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

Color convert

RGB209146113-
CMYK00.300.460.18
HSL20.63º51.06%63.14%-
HSV(B)20.63º45.93%81.96%-
XYZ39.5535.3120.35-
YUV161.07100.87162.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.66%
GREEN value IS 146 (57.42% from 255) = 31.20%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=44.66%
G=31.20%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914611300.300.460.1820.6351.0663.14
HexD1927101E2E1215333f
Octal3212221610365622256377
Binary110100011001001011100010111101011101001010101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19271; }

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

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

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

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

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

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

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

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