#D99475

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

Shades of Feldspar #D99475

Tints of Feldspar #D99475

Color information

#D99475 (or 0xD99475) is unknown color: approx Feldspar. HEX triplet: D9, 94 and 75. RGB value is (217,148,117). Sum of RGB (Red+Green+Blue) = 217+148+117=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D99475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99475 is #266B8A. Grayscale: #A5A5A5. Windows color (decimal): -2517899 or 7705817. OLE color: 7705817.

HSL color Cylindrical-coordinate representation of color #D99475: hue angle of 18.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D99475 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB217148117-
CMYK00.320.460.15
HSL18.6º56.82%65.49%-
HSV(B)18.6º46.08%85.1%-
XYZ42.4237.2221.78-
YUV165.1100.86165.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.02%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 117 (46.09% from 255) = 24.27%
R=45.02%
G=30.71%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714811700.320.460.1518.656.8265.49
HexD994750202EF133941
Octal33122416504056172371101
Binary1101100110010100111010101000001011101111100111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99475; }

 p { color: rgb(217,148,117); }

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

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

 a { background-color: rgb(217,148,117); }

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

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

 span { border-color: rgb(217,148,117); }

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