#D99874

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

Shades of Feldspar #D99874

Tints of Feldspar #D99874

Color information

#D99874 (or 0xD99874) is unknown color: approx Feldspar. HEX triplet: D9, 98 and 74. RGB value is (217,152,116). Sum of RGB (Red+Green+Blue) = 217+152+116=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D99874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99874 is #26678B. Grayscale: #A7A7A7. Windows color (decimal): -2516876 or 7641305. OLE color: 7641305.

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

Color convert

RGB217152116-
CMYK00.300.470.15
HSL21.39º57.06%65.29%-
HSV(B)21.39º46.54%85.1%-
XYZ4338.4721.68-
YUV167.3399.03163.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 152 (59.77% from 255) = 31.34%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=44.74%
G=31.34%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715211600.300.470.1521.3957.0665.29
HexD9987401E2FF153941
Octal33123016403657172571101
Binary110110011001100011101000111101011111111101011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99874; }

 p { color: rgb(217,152,116); }

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

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

 a { background-color: rgb(217,152,116); }

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

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

 span { border-color: rgb(217,152,116); }

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