#D99571

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

Shades of Feldspar #D99571

Tints of Feldspar #D99571

Color information

#D99571 (or 0xD99571) is unknown color: approx Feldspar. HEX triplet: D9, 95 and 71. RGB value is (217,149,113). Sum of RGB (Red+Green+Blue) = 217+149+113=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D99571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99571 is #266A8E. Grayscale: #A5A5A5. Windows color (decimal): -2517647 or 7443929. OLE color: 7443929.

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

Color convert

RGB217149113-
CMYK00.310.480.15
HSL20.77º57.78%64.71%-
HSV(B)20.77º47.93%85.1%-
XYZ42.3437.4420.62-
YUV165.2398.53164.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 113 (44.53% from 255) = 23.59%
R=45.30%
G=31.11%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714911300.310.480.1520.7757.7864.71
HexD9957101F30F153a41
Octal33122516103760172572101
Binary110110011001010111100010111111100001111101011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99571; }

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

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

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

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

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

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

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

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