#D0A29A

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

Shades of Eunry #D0A29A

Tints of Eunry #D0A29A

Color information

#D0A29A (or 0xD0A29A) is unknown color: approx Eunry. HEX triplet: D0, A2 and 9A. RGB value is (208,162,154). Sum of RGB (Red+Green+Blue) = 208+162+154=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A29A is #2F5D65. Grayscale: #AEAEAE. Windows color (decimal): -3104102 or 10134224. OLE color: 10134224.

HSL color Cylindrical-coordinate representation of color #D0A29A: hue angle of 8.89º degrees, saturation: 0.36, 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 #D0A29A is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB208162154-
CMYK00.220.260.18
HSL8.89º36.49%70.98%-
HSV(B)8.89º25.96%81.57%-
XYZ44.7741.5836.24-
YUV174.84116.24151.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 162 (63.67% from 255) = 30.92%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=39.69%
G=30.92%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816215400.220.260.188.8936.4970.98
HexD0A29A0161A1292447
Octal32024223202632221144107
Binary110100001010001010011010010110110101001010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A29A; }

 p { color: rgb(208,162,154); }

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

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

 a { background-color: rgb(208,162,154); }

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

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

 span { border-color: rgb(208,162,154); }

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