#D59177

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

Shades of Feldspar #D59177

Tints of Feldspar #D59177

Color information

#D59177 (or 0xD59177) is unknown color: approx Feldspar. HEX triplet: D5, 91 and 77. RGB value is (213,145,119). Sum of RGB (Red+Green+Blue) = 213+145+119=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D59177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59177 is #2A6E88. Grayscale: #A2A2A2. Windows color (decimal): -2780809 or 7836117. OLE color: 7836117.

HSL color Cylindrical-coordinate representation of color #D59177: hue angle of 16.6º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D59177 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB213145119-
CMYK00.320.440.16
HSL16.6º52.81%65.1%-
HSV(B)16.6º44.13%83.53%-
XYZ40.935.7322.19-
YUV162.37103.53164.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.65%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 119 (46.88% from 255) = 24.95%
R=44.65%
G=30.40%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314511900.320.440.1616.652.8165.1
HexD591770202C10113541
Octal32522116704054202165101
Binary11010101100100011110111010000010110010000100011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59177; }

 p { color: rgb(213,145,119); }

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

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

 a { background-color: rgb(213,145,119); }

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

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

 span { border-color: rgb(213,145,119); }

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