#D09E9B

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

Shades of Eunry #D09E9B

Tints of Eunry #D09E9B

Color information

#D09E9B (or 0xD09E9B) is unknown color: approx Eunry. HEX triplet: D0, 9E and 9B. RGB value is (208,158,155). Sum of RGB (Red+Green+Blue) = 208+158+155=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09E9B is #2F6164. Grayscale: #ACACAC. Windows color (decimal): -3105125 or 10198736. OLE color: 10198736.

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

Color convert

RGB208158155-
CMYK00.240.250.18
HSL3.4º36.05%71.18%-
HSV(B)3.4º25.48%81.57%-
XYZ44.1640.2336.45-
YUV172.61118.06153.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=39.92%
G=30.33%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815815500.240.250.183.436.0571.18
HexD09E9B018191232447
Octal3202362330303122344107
Binary1101000010011110100110110110001100110010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09E9B; }

 p { color: rgb(208,158,155); }

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

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

 a { background-color: rgb(208,158,155); }

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

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

 span { border-color: rgb(208,158,155); }

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