#D99774

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

Shades of Feldspar #D99774

Tints of Feldspar #D99774

Color information

#D99774 (or 0xD99774) is unknown color: approx Feldspar. HEX triplet: D9, 97 and 74. RGB value is (217,151,116). Sum of RGB (Red+Green+Blue) = 217+151+116=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D99774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99774 is #26688B. Grayscale: #A6A6A6. Windows color (decimal): -2517132 or 7641049. OLE color: 7641049.

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

Color convert

RGB217151116-
CMYK00.300.470.15
HSL20.79º57.06%65.29%-
HSV(B)20.79º46.54%85.1%-
XYZ42.8338.1521.63-
YUV166.7499.37163.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.83%
GREEN value IS 151 (59.38% from 255) = 31.20%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=44.83%
G=31.20%
B=23.97%

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
Decimal21715111600.300.470.1520.7957.0665.29
HexD9977401E2FF153941
Octal33122716403657172571101
Binary110110011001011111101000111101011111111101011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99774; }

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

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

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

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

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

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

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

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