#D09D9B

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

Shades of Eunry #D09D9B

Tints of Eunry #D09D9B

Color information

#D09D9B (or 0xD09D9B) is unknown color: approx Eunry. HEX triplet: D0, 9D and 9B. RGB value is (208,157,155). Sum of RGB (Red+Green+Blue) = 208+157+155=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D9B is #2F6264. Grayscale: #ACACAC. Windows color (decimal): -3105381 or 10198480. OLE color: 10198480.

HSL color Cylindrical-coordinate representation of color #D09D9B: hue angle of 2.26º 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 #D09D9B is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208157155-
CMYK00.250.250.18
HSL2.26º36.05%71.18%-
HSV(B)2.26º25.48%81.57%-
XYZ43.9939.8936.39-
YUV172.02118.4153.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=40%
G=30.19%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815715500.250.250.182.2636.0571.18
HexD09D9B019191222447
Octal3202352330313122244107
Binary1101000010011101100110110110011100110010101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09D9B; }

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

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

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

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

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

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

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

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