#D99074

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

Shades of Feldspar #D99074

Tints of Feldspar #D99074

Color information

#D99074 (or 0xD99074) is unknown color: approx Feldspar. HEX triplet: D9, 90 and 74. RGB value is (217,144,116). Sum of RGB (Red+Green+Blue) = 217+144+116=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D99074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99074 is #266F8B. Grayscale: #A2A2A2. Windows color (decimal): -2518924 or 7639257. OLE color: 7639257.

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

Color convert

RGB217144116-
CMYK00.340.470.15
HSL16.63º57.06%65.29%-
HSV(B)16.63º46.54%85.1%-
XYZ41.7435.9621.26-
YUV162.64101.68166.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.49%
GREEN value IS 144 (56.64% from 255) = 30.19%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=45.49%
G=30.19%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714411600.340.470.1516.6357.0665.29
HexD990740222FF113941
Octal33122016404257172171101
Binary1101100110010000111010001000101011111111100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99074; }

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

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

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

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

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

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

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

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