#D99170

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

Shades of Feldspar #D99170

Tints of Feldspar #D99170

Color information

#D99170 (or 0xD99170) is unknown color: approx Feldspar. HEX triplet: D9, 91 and 70. RGB value is (217,145,112). Sum of RGB (Red+Green+Blue) = 217+145+112=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D99170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99170 is #266E8F. Grayscale: #A2A2A2. Windows color (decimal): -2518672 or 7377369. OLE color: 7377369.

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

Color convert

RGB217145112-
CMYK00.330.480.15
HSL18.86º58.01%64.51%-
HSV(B)18.86º48.39%85.1%-
XYZ41.6736.1720.12-
YUV162.7799.35166.68-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 112 (44.14% from 255) = 23.63%
R=45.78%
G=30.59%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714511200.330.480.1518.8658.0164.51
HexD9917002130F133a41
Octal33122116004160172372101
Binary1101100110010001111000001000011100001111100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99170; }

 p { color: rgb(217,145,112); }

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

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

 a { background-color: rgb(217,145,112); }

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

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

 span { border-color: rgb(217,145,112); }

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