#D99471

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

Shades of Feldspar #D99471

Tints of Feldspar #D99471

Color information

#D99471 (or 0xD99471) is unknown color: approx Feldspar. HEX triplet: D9, 94 and 71. RGB value is (217,148,113). Sum of RGB (Red+Green+Blue) = 217+148+113=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D99471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99471 is #266B8E. Grayscale: #A4A4A4. Windows color (decimal): -2517903 or 7443673. OLE color: 7443673.

HSL color Cylindrical-coordinate representation of color #D99471: hue angle of 20.19º 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 #D99471 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB217148113-
CMYK00.320.480.15
HSL20.19º57.78%64.71%-
HSV(B)20.19º47.93%85.1%-
XYZ42.1937.1220.56-
YUV164.6498.86165.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.40%
GREEN value IS 148 (58.20% from 255) = 30.96%
BLUE value IS 113 (44.53% from 255) = 23.64%
R=45.40%
G=30.96%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714811300.320.480.1520.1957.7864.71
HexD9947102030F143a41
Octal33122416104060172472101
Binary1101100110010100111000101000001100001111101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99471; }

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

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

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

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

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

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

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

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