#D59F9C

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

Shades of Eunry #D59F9C

Tints of Eunry #D59F9C

Color information

#D59F9C (or 0xD59F9C) is unknown color: approx Eunry. HEX triplet: D5, 9F and 9C. RGB value is (213,159,156). Sum of RGB (Red+Green+Blue) = 213+159+156=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59F9C is #2A6063. Grayscale: #AEAEAE. Windows color (decimal): -2777188 or 10264533. OLE color: 10264533.

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

Color convert

RGB213159156-
CMYK00.250.270.16
HSL3.16º40.43%72.35%-
HSV(B)3.16º26.76%83.53%-
XYZ45.8441.3437.02-
YUV174.8117.39155.24-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=40.34%
G=30.11%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315915600.250.270.163.1640.4372.35
HexD59F9C0191B1032848
Octal3252372340313320350110
Binary1101010110011111100111000110011101110000111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59F9C; }

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

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

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

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

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

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

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

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