#D99077

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

Shades of Feldspar #D99077

Tints of Feldspar #D99077

Color information

#D99077 (or 0xD99077) is unknown color: approx Feldspar. HEX triplet: D9, 90 and 77. RGB value is (217,144,119). Sum of RGB (Red+Green+Blue) = 217+144+119=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D99077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99077 is #266F88. Grayscale: #A3A3A3. Windows color (decimal): -2518921 or 7835865. OLE color: 7835865.

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

Color convert

RGB217144119-
CMYK00.340.450.15
HSL15.31º56.32%65.88%-
HSV(B)15.31º45.16%85.1%-
XYZ41.9236.0322.2-
YUV162.98103.18166.53-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.21%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 119 (46.88% from 255) = 24.79%
R=45.21%
G=30%
B=24.79%

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
Decimal21714411900.340.450.1515.3156.3265.88
HexD990770222DFf3842
Octal33122016704255171770102
Binary110110011001000011101110100010101101111111111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99077; }

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

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

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

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

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

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

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

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