#D59C70

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

Shades of Feldspar #D59C70

Tints of Feldspar #D59C70

Color information

#D59C70 (or 0xD59C70) is unknown color: approx Feldspar. HEX triplet: D5, 9C and 70. RGB value is (213,156,112). Sum of RGB (Red+Green+Blue) = 213+156+112=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C70 is #2A638F. Grayscale: #A8A8A8. Windows color (decimal): -2778000 or 7380181. OLE color: 7380181.

HSL color Cylindrical-coordinate representation of color #D59C70: hue angle of 26.14º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D59C70 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB213156112-
CMYK00.270.470.16
HSL26.14º54.59%63.73%-
HSV(B)26.14º47.42%83.53%-
XYZ42.2539.0920.65-
YUV168.0396.38160.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=44.28%
G=32.43%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315611200.270.470.1626.1454.5963.73
HexD59C7001B2F101a3740
Octal32523416003357203267100
Binary1101010110011100111000001101110111110000110101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C70; }

 p { color: rgb(213,156,112); }

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

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

 a { background-color: rgb(213,156,112); }

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

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

 span { border-color: rgb(213,156,112); }

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