#D99578

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

Shades of Feldspar #D99578

Tints of Feldspar #D99578

Color information

#D99578 (or 0xD99578) is unknown color: approx Feldspar. HEX triplet: D9, 95 and 78. RGB value is (217,149,120). Sum of RGB (Red+Green+Blue) = 217+149+120=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D99578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99578 is #266A87. Grayscale: #A6A6A6. Windows color (decimal): -2517640 or 7902681. OLE color: 7902681.

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

Color convert

RGB217149120-
CMYK00.310.450.15
HSL17.94º56.07%66.08%-
HSV(B)17.94º44.7%85.1%-
XYZ42.7537.622.77-
YUV166.03102.03164.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 120 (47.27% from 255) = 24.69%
R=44.65%
G=30.66%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714912000.310.450.1517.9456.0766.08
HexD9957801F2DF123842
Octal33122517003755172270102
Binary110110011001010111110000111111011011111100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99578; }

 p { color: rgb(217,149,120); }

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

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

 a { background-color: rgb(217,149,120); }

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

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

 span { border-color: rgb(217,149,120); }

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