#D59C74

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

Shades of Feldspar #D59C74

Tints of Feldspar #D59C74

Color information

#D59C74 (or 0xD59C74) is unknown color: approx Feldspar. HEX triplet: D5, 9C and 74. RGB value is (213,156,116). Sum of RGB (Red+Green+Blue) = 213+156+116=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C74 is #2A638B. Grayscale: #A8A8A8. Windows color (decimal): -2777996 or 7642325. OLE color: 7642325.

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

Color convert

RGB213156116-
CMYK00.270.460.16
HSL24.74º53.59%64.51%-
HSV(B)24.74º45.54%83.53%-
XYZ42.4839.1821.85-
YUV168.4898.38159.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.92%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 116 (45.70% from 255) = 23.92%
R=43.92%
G=32.16%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315611600.270.460.1624.7453.5964.51
HexD59C7401B2E10193641
Octal32523416403356203166101
Binary1101010110011100111010001101110111010000110011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C74; }

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

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

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

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

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

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

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

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