#D19275

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

Shades of Feldspar #D19275

Tints of Feldspar #D19275

Color information

#D19275 (or 0xD19275) is unknown color: approx Feldspar. HEX triplet: D1, 92 and 75. RGB value is (209,146,117). Sum of RGB (Red+Green+Blue) = 209+146+117=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D19275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19275 is #2E6D8A. Grayscale: #A1A1A1. Windows color (decimal): -3042699 or 7705297. OLE color: 7705297.

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

Color convert

RGB209146117-
CMYK00.300.440.18
HSL18.91º50%63.92%-
HSV(B)18.91º44.02%81.96%-
XYZ39.7835.421.57-
YUV161.53102.87161.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.28%
GREEN value IS 146 (57.42% from 255) = 30.93%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=44.28%
G=30.93%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914611700.300.440.1818.915063.92
HexD1927501E2C12133240
Octal32122216503654222362100
Binary1101000110010010111010101111010110010010100111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19275; }

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

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

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

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

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

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

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

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