#D99078

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

Shades of Feldspar #D99078

Tints of Feldspar #D99078

Color information

#D99078 (or 0xD99078) is unknown color: approx Feldspar. HEX triplet: D9, 90 and 78. RGB value is (217,144,120). Sum of RGB (Red+Green+Blue) = 217+144+120=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D99078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99078 is #266F87. Grayscale: #A3A3A3. Windows color (decimal): -2518920 or 7901401. OLE color: 7901401.

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

Color convert

RGB217144120-
CMYK00.340.450.15
HSL14.85º56.07%66.08%-
HSV(B)14.85º44.7%85.1%-
XYZ41.9836.0522.52-
YUV163.09103.68166.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.11%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 120 (47.27% from 255) = 24.95%
R=45.11%
G=29.94%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714412000.340.450.1514.8556.0766.08
HexD990780222DFf3842
Octal33122017004255171770102
Binary110110011001000011110000100010101101111111111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99078; }

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

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

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

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

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

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

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

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