#D59981

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

Shades of Feldspar #D59981

Tints of Feldspar #D59981

Color information

#D59981 (or 0xD59981) is unknown color: approx Feldspar. HEX triplet: D5, 99 and 81. RGB value is (213,153,129). Sum of RGB (Red+Green+Blue) = 213+153+129=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D59981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59981 is #2A667E. Grayscale: #A8A8A8. Windows color (decimal): -2778751 or 8493525. OLE color: 8493525.

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

Color convert

RGB213153129-
CMYK00.280.390.16
HSL17.14º50%67.06%-
HSV(B)17.14º39.44%83.53%-
XYZ42.7938.5125.95-
YUV168.2105.88159.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=43.03%
G=30.91%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315312900.280.390.1617.145067.06
HexD5998101C2710113243
Octal32523120103447202162103
Binary11010101100110011000000101110010011110000100011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59981; }

 p { color: rgb(213,153,129); }

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

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

 a { background-color: rgb(213,153,129); }

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

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

 span { border-color: rgb(213,153,129); }

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