#D59876

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

Shades of Feldspar #D59876

Tints of Feldspar #D59876

Color information

#D59876 (or 0xD59876) is unknown color: approx Feldspar. HEX triplet: D5, 98 and 76. RGB value is (213,152,118). Sum of RGB (Red+Green+Blue) = 213+152+118=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D59876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59876 is #2A6789. Grayscale: #A6A6A6. Windows color (decimal): -2779018 or 7772373. OLE color: 7772373.

HSL color Cylindrical-coordinate representation of color #D59876: hue angle of 21.47º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D59876 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213152118-
CMYK00.290.450.16
HSL21.47º53.07%64.9%-
HSV(B)21.47º44.6%83.53%-
XYZ41.9437.9122.25-
YUV166.36100.71161.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 152 (59.77% from 255) = 31.47%
BLUE value IS 118 (46.48% from 255) = 24.43%
R=44.10%
G=31.47%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315211800.290.450.1621.4753.0764.9
HexD5987601D2D10153541
Octal32523016603555202565101
Binary1101010110011000111011001110110110110000101011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59876; }

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

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

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

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

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

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

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

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