#D19D9B

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

Shades of Eunry #D19D9B

Tints of Eunry #D19D9B

Color information

#D19D9B (or 0xD19D9B) is unknown color: approx Eunry. HEX triplet: D1, 9D and 9B. RGB value is (209,157,155). Sum of RGB (Red+Green+Blue) = 209+157+155=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19D9B is #2E6264. Grayscale: #ACACAC. Windows color (decimal): -3039845 or 10198481. OLE color: 10198481.

HSL color Cylindrical-coordinate representation of color #D19D9B: hue angle of 2.22º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19D9B is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB209157155-
CMYK00.250.260.18
HSL2.22º36.99%71.37%-
HSV(B)2.22º25.84%81.96%-
XYZ44.2740.0436.4-
YUV172.32118.23154.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.12%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=40.12%
G=30.13%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915715500.250.260.182.2236.9971.37
HexD19D9B0191A1222547
Octal3212352330313222245107
Binary1101000110011101100110110110011101010010101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19D9B; }

 p { color: rgb(209,157,155); }

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

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

 a { background-color: rgb(209,157,155); }

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

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

 span { border-color: rgb(209,157,155); }

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