Shades of Eunry #D4AAA4
Tints of Eunry #D4AAA4
RGB
CMYK
RGB Variations
Color information
#D4AAA4 (or 0xD4AAA4) is known color: Eunry. HEX triplet: D4, AA and A4. RGB value is (212,170,164). Sum of RGB (Red+Green+Blue) = 212+170+164=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AAA4 is #2B555B. Grayscale: #B5B5B5. Windows color (decimal): -2839900 or 10791636. OLE color: 10791636.
HSL color Cylindrical-coordinate representation of color #D4AAA4: hue angle of 7.5º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4AAA4 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 170 | 164 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.17 |
| HSL | 7.5º | 0.36% | 0.74% | - |
| HSV(B) | 7.5º | 0.23% | 0.83% | - |
| XYZ | 48.23 | 45.43 | 41.35 | - |
| YUV | 181.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 170 | 164 | 0 | 0.20 | 0.23 | 0.17 | 7.5 | 0.36 | 0.74 |
| Hex | D4 | AA | A4 | 0 | 14 | 17 | 11 | 8 | 24 | 4A |
| Octal | 324 | 252 | 244 | 0 | 24 | 27 | 21 | 10 | 44 | 112 |
| Binary | 11010100 | 10101010 | 10100100 | 0 | 10100 | 10111 | 10001 | 1000 | 100100 | 1001010 |
Color Harmonies of #D4AAA4
Complementary color
Monochromatic Colors of #D4AAA4
Black with #D4AAA4
Text Example
Text Example
White with #D4AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AAA4; }
p { color: rgb(212,170,164); }
H1.HeaderClassName
{
color: #D4AAA4;
}
.AnyTagClassName
{
color: #D4AAA4;
}
</style>
background-color css
<style>
a { background-color: #D4AAA4; }
a { background-color: rgb(212,170,164); }
div.DivClassName
{
background-color: #D4AAA4;
}
.BgClassName
{
background-color: #D4AAA4;
}
</style>
border-color css
<style>
span { border-color: #D4AAA4; }
span { border-color: rgb(212,170,164); }
td.TdClassName
{
border-color: #D4AAA4;
}
.TagClassName
{
border-color: #D4AAA4;
}
</style>