#D59C75

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

Shades of Feldspar #D59C75

Tints of Feldspar #D59C75

Color information

#D59C75 (or 0xD59C75) is unknown color: approx Feldspar. HEX triplet: D5, 9C and 75. RGB value is (213,156,117). Sum of RGB (Red+Green+Blue) = 213+156+117=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C75 is #2A638A. Grayscale: #A8A8A8. Windows color (decimal): -2777995 or 7707861. OLE color: 7707861.

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

Color convert

RGB213156117-
CMYK00.270.450.16
HSL24.38º53.33%64.71%-
HSV(B)24.38º45.07%83.53%-
XYZ42.5439.2122.16-
YUV168.698.88159.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=43.83%
G=32.10%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315611700.270.450.1624.3853.3364.71
HexD59C7501B2D10183541
Octal32523416503355203065101
Binary1101010110011100111010101101110110110000110001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C75; }

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

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

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

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

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

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

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

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