#D59F6F

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

Shades of Feldspar #D59F6F

Tints of Feldspar #D59F6F

Color information

#D59F6F (or 0xD59F6F) is unknown color: approx Feldspar. HEX triplet: D5, 9F and 6F. RGB value is (213,159,111). Sum of RGB (Red+Green+Blue) = 213+159+111=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 159 (62.5% from 255 or 32.92% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59F6F is #2A6090. Grayscale: #A9A9A9. Windows color (decimal): -2777233 or 7315413. OLE color: 7315413.

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

Color convert

RGB213159111-
CMYK00.250.480.16
HSL28.24º54.84%63.53%-
HSV(B)28.24º47.89%83.53%-
XYZ42.7140.0920.53-
YUV169.6794.89158.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 159 (62.5% from 255) = 32.92%
BLUE value IS 111 (43.75% from 255) = 22.98%
R=44.10%
G=32.92%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315911100.250.480.1628.2454.8463.53
HexD59F6F01930101c3740
Octal32523715703160203467100
Binary1101010110011111110111101100111000010000111001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59F6F; }

 p { color: rgb(213,159,111); }

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

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

 a { background-color: rgb(213,159,111); }

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

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

 span { border-color: rgb(213,159,111); }

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