#D09C9B

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

Shades of Eunry #D09C9B

Tints of Eunry #D09C9B

Color information

#D09C9B (or 0xD09C9B) is unknown color: approx Eunry. HEX triplet: D0, 9C and 9B. RGB value is (208,156,155). Sum of RGB (Red+Green+Blue) = 208+156+155=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09C9B is #2F6364. Grayscale: #ABABAB. Windows color (decimal): -3105637 or 10198224. OLE color: 10198224.

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

Color convert

RGB208156155-
CMYK00.250.250.18
HSL1.13º36.05%71.18%-
HSV(B)1.13º25.48%81.57%-
XYZ43.8239.5536.34-
YUV171.43118.73154.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 155 (60.94% from 255) = 29.87%
R=40.08%
G=30.06%
B=29.87%

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
Decimal20815615500.250.250.181.1336.0571.18
HexD09C9B019191212447
Octal3202342330313122144107
Binary110100001001110010011011011001110011001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09C9B; }

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

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

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

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

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

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

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

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