#D59574

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

Shades of Feldspar #D59574

Tints of Feldspar #D59574

Color information

#D59574 (or 0xD59574) is unknown color: approx Feldspar. HEX triplet: D5, 95 and 74. RGB value is (213,149,116). Sum of RGB (Red+Green+Blue) = 213+149+116=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 116 (45.70% from 255 or 24.27% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D59574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59574 is #2A6A8B. Grayscale: #A4A4A4. Windows color (decimal): -2779788 or 7640533. OLE color: 7640533.

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

Color convert

RGB213149116-
CMYK00.300.460.16
HSL20.41º53.59%64.51%-
HSV(B)20.41º45.54%83.53%-
XYZ41.3436.921.47-
YUV164.37100.7162.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 116 (45.70% from 255) = 24.27%
R=44.56%
G=31.17%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314911600.300.460.1620.4153.5964.51
HexD5957401E2E10143641
Octal32522516403656202466101
Binary1101010110010101111010001111010111010000101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59574; }

 p { color: rgb(213,149,116); }

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

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

 a { background-color: rgb(213,149,116); }

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

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

 span { border-color: rgb(213,149,116); }

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