#D59C72

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

Shades of Feldspar #D59C72

Tints of Feldspar #D59C72

Color information

#D59C72 (or 0xD59C72) is unknown color: approx Feldspar. HEX triplet: D5, 9C and 72. RGB value is (213,156,114). Sum of RGB (Red+Green+Blue) = 213+156+114=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D59C72 is #2A638D. Grayscale: #A8A8A8. Windows color (decimal): -2777998 or 7511253. OLE color: 7511253.

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

Color convert

RGB213156114-
CMYK00.270.460.16
HSL25.45º54.1%64.12%-
HSV(B)25.45º46.48%83.53%-
XYZ42.3739.1421.24-
YUV168.2697.38159.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 156 (61.33% from 255) = 32.30%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=44.10%
G=32.30%
B=23.60%

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
Decimal21315611400.270.460.1625.4554.164.12
HexD59C7201B2E10193640
Octal32523416203356203166100
Binary1101010110011100111001001101110111010000110011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59C72; }

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

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

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

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

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

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

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

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