#D59A82

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

Shades of Feldspar #D59A82

Tints of Feldspar #D59A82

Color information

#D59A82 (or 0xD59A82) is unknown color: approx Feldspar. HEX triplet: D5, 9A and 82. RGB value is (213,154,130). Sum of RGB (Red+Green+Blue) = 213+154+130=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59A82 is #2A657D. Grayscale: #A9A9A9. Windows color (decimal): -2778494 or 8559317. OLE color: 8559317.

HSL color Cylindrical-coordinate representation of color #D59A82: hue angle of 17.35º 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 #D59A82 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB213154130-
CMYK00.280.390.16
HSL17.35º49.7%67.25%-
HSV(B)17.35º38.97%83.53%-
XYZ43.0338.8726.35-
YUV168.9106.05159.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 130 (51.17% from 255) = 26.16%
R=42.86%
G=30.99%
B=26.16%

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
Decimal21315413000.280.390.1617.3549.767.25
HexD59A8201C2710113243
Octal32523220203447202162103
Binary11010101100110101000001001110010011110000100011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59A82; }

 p { color: rgb(213,154,130); }

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

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

 a { background-color: rgb(213,154,130); }

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

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

 span { border-color: rgb(213,154,130); }

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