#D59880

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

Shades of Feldspar #D59880

Tints of Feldspar #D59880

Color information

#D59880 (or 0xD59880) is unknown color: approx Feldspar. HEX triplet: D5, 98 and 80. RGB value is (213,152,128). Sum of RGB (Red+Green+Blue) = 213+152+128=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D59880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59880 is #2A677F. Grayscale: #A7A7A7. Windows color (decimal): -2779008 or 8427733. OLE color: 8427733.

HSL color Cylindrical-coordinate representation of color #D59880: hue angle of 16.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D59880 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB213152128-
CMYK00.290.400.16
HSL16.94º50.3%66.86%-
HSV(B)16.94º39.91%83.53%-
XYZ42.5738.1625.54-
YUV167.5105.71160.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 152 (59.77% from 255) = 30.83%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=43.20%
G=30.83%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315212800.290.400.1616.9450.366.86
HexD5988001D2810113243
Octal32523020003550202162103
Binary11010101100110001000000001110110100010000100011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59880; }

 p { color: rgb(213,152,128); }

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

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

 a { background-color: rgb(213,152,128); }

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

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

 span { border-color: rgb(213,152,128); }

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