#D0A19A

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

Shades of Eunry #D0A19A

Tints of Eunry #D0A19A

Color information

#D0A19A (or 0xD0A19A) is unknown color: approx Eunry. HEX triplet: D0, A1 and 9A. RGB value is (208,161,154). Sum of RGB (Red+Green+Blue) = 208+161+154=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A19A is #2F5E65. Grayscale: #AEAEAE. Windows color (decimal): -3104358 or 10133968. OLE color: 10133968.

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

Color convert

RGB208161154-
CMYK00.230.260.18
HSL7.78º36.49%70.98%-
HSV(B)7.78º25.96%81.57%-
XYZ44.5941.2336.18-
YUV174.26116.57152.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 161 (63.28% from 255) = 30.78%
BLUE value IS 154 (60.55% from 255) = 29.45%
R=39.77%
G=30.78%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816115400.230.260.187.7836.4970.98
HexD0A19A0171A1282447
Octal32024123202732221044107
Binary110100001010000110011010010111110101001010001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A19A; }

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

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

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

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

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

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

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

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