Shades of Eunry #D0AAA5
Tints of Eunry #D0AAA5
RGB
CMYK
RGB Variations
Color information
#D0AAA5 (or 0xD0AAA5) is known color: Eunry. HEX triplet: D0, AA and A5. RGB value is (208,170,165). Sum of RGB (Red+Green+Blue) = 208+170+165=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AAA5 is #2F555A. Grayscale: #B4B4B4. Windows color (decimal): -3102043 or 10857168. OLE color: 10857168.
HSL color Cylindrical-coordinate representation of color #D0AAA5: hue angle of 6.98º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0AAA5 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 170 | 165 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.18 |
| HSL | 6.98º | 0.31% | 0.73% | - |
| HSV(B) | 6.98º | 0.21% | 0.82% | - |
| XYZ | 47.18 | 44.88 | 41.77 | - |
| YUV | 180.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 170 | 165 | 0 | 0.18 | 0.21 | 0.18 | 6.98 | 0.31 | 0.73 |
| Hex | D0 | AA | A5 | 0 | 12 | 15 | 12 | 7 | 1F | 49 |
| Octal | 320 | 252 | 245 | 0 | 22 | 25 | 22 | 7 | 37 | 111 |
| Binary | 11010000 | 10101010 | 10100101 | 0 | 10010 | 10101 | 10010 | 111 | 11111 | 1001001 |
Color Harmonies of #D0AAA5
Complementary color
Monochromatic Colors of #D0AAA5
Black with #D0AAA5
Text Example
Text Example
White with #D0AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AAA5; }
p { color: rgb(208,170,165); }
H1.HeaderClassName
{
color: #D0AAA5;
}
.AnyTagClassName
{
color: #D0AAA5;
}
</style>
background-color css
<style>
a { background-color: #D0AAA5; }
a { background-color: rgb(208,170,165); }
div.DivClassName
{
background-color: #D0AAA5;
}
.BgClassName
{
background-color: #D0AAA5;
}
</style>
border-color css
<style>
span { border-color: #D0AAA5; }
span { border-color: rgb(208,170,165); }
td.TdClassName
{
border-color: #D0AAA5;
}
.TagClassName
{
border-color: #D0AAA5;
}
</style>