#D19472

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

Shades of Feldspar #D19472

Tints of Feldspar #D19472

Color information

#D19472 (or 0xD19472) is unknown color: approx Feldspar. HEX triplet: D1, 94 and 72. RGB value is (209,148,114). Sum of RGB (Red+Green+Blue) = 209+148+114=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D19472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19472 is #2E6B8D. Grayscale: #A2A2A2. Windows color (decimal): -3042190 or 7509201. OLE color: 7509201.

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

Color convert

RGB209148114-
CMYK00.290.450.18
HSL21.47º50.8%63.33%-
HSV(B)21.47º45.45%81.96%-
XYZ39.9235.9520.75-
YUV162.36100.71161.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.37%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 114 (44.92% from 255) = 24.20%
R=44.37%
G=31.42%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914811400.290.450.1821.4750.863.33
HexD1947201D2D1215333f
Octal3212241620355522256377
Binary110100011001010011100100111011011011001010101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19472; }

 p { color: rgb(209,148,114); }

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

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

 a { background-color: rgb(209,148,114); }

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

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

 span { border-color: rgb(209,148,114); }

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