#D99476

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

Shades of Feldspar #D99476

Tints of Feldspar #D99476

Color information

#D99476 (or 0xD99476) is unknown color: approx Feldspar. HEX triplet: D9, 94 and 76. RGB value is (217,148,118). Sum of RGB (Red+Green+Blue) = 217+148+118=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D99476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99476 is #266B89. Grayscale: #A5A5A5. Windows color (decimal): -2517898 or 7771353. OLE color: 7771353.

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

Color convert

RGB217148118-
CMYK00.320.460.15
HSL18.18º56.57%65.69%-
HSV(B)18.18º45.62%85.1%-
XYZ42.4837.2422.09-
YUV165.21101.36164.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.93%
GREEN value IS 148 (58.20% from 255) = 30.64%
BLUE value IS 118 (46.48% from 255) = 24.43%
R=44.93%
G=30.64%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714811800.320.460.1518.1856.5765.69
HexD994760202EF123942
Octal33122416604056172271102
Binary1101100110010100111011001000001011101111100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99476; }

 p { color: rgb(217,148,118); }

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

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

 a { background-color: rgb(217,148,118); }

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

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

 span { border-color: rgb(217,148,118); }

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