#D99973

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

Shades of Feldspar #D99973

Tints of Feldspar #D99973

Color information

#D99973 (or 0xD99973) is unknown color: approx Feldspar. HEX triplet: D9, 99 and 73. RGB value is (217,153,115). Sum of RGB (Red+Green+Blue) = 217+153+115=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D99973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99973 is #26668C. Grayscale: #A8A8A8. Windows color (decimal): -2516621 or 7576025. OLE color: 7576025.

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

Color convert

RGB217153115-
CMYK00.290.470.15
HSL22.35º57.3%65.1%-
HSV(B)22.35º47%85.1%-
XYZ43.138.7721.43-
YUV167.898.2163.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 115 (45.31% from 255) = 23.71%
R=44.74%
G=31.55%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715311500.290.470.1522.3557.365.1
HexD9997301D2FF163941
Octal33123116303557172671101
Binary110110011001100111100110111011011111111101101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99973; }

 p { color: rgb(217,153,115); }

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

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

 a { background-color: rgb(217,153,115); }

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

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

 span { border-color: rgb(217,153,115); }

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