Shades of Eunry #D29D9D
Tints of Eunry #D29D9D
RGB
CMYK
RGB Variations
Color information
#D29D9D (or 0xD29D9D) is known color: Eunry. HEX triplet: D2, 9D and 9D. RGB value is (210,157,157). Sum of RGB (Red+Green+Blue) = 210+157+157=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 210 - color contains mainly: red. Hex color #D29D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29D9D is #2D6262. Grayscale: #ACACAC. Windows color (decimal): -2974307 or 10329554. OLE color: 10329554.
HSL color Cylindrical-coordinate representation of color #D29D9D: hue angle of 0º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D29D9D is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 157 | 157 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.18 |
| HSL | 0º | 0.37% | 0.72% | - |
| HSV(B) | 0º | 0.25% | 0.82% | - |
| XYZ | 44.72 | 40.25 | 37.31 | - |
| YUV | 172.85 | 119.06 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 157 | 157 | 0 | 0.25 | 0.25 | 0.18 | 0 | 0.37 | 0.72 |
| Hex | D2 | 9D | 9D | 0 | 19 | 19 | 12 | 0 | 25 | 48 |
| Octal | 322 | 235 | 235 | 0 | 31 | 31 | 22 | 0 | 45 | 110 |
| Binary | 11010010 | 10011101 | 10011101 | 0 | 11001 | 11001 | 10010 | 0 | 100101 | 1001000 |
Color Harmonies of #D29D9D
Complementary color
Monochromatic Colors of #D29D9D
Black with #D29D9D
Text Example
Text Example
White with #D29D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29D9D; }
p { color: rgb(210,157,157); }
H1.HeaderClassName
{
color: #D29D9D;
}
.AnyTagClassName
{
color: #D29D9D;
}
</style>
background-color css
<style>
a { background-color: #D29D9D; }
a { background-color: rgb(210,157,157); }
div.DivClassName
{
background-color: #D29D9D;
}
.BgClassName
{
background-color: #D29D9D;
}
</style>
border-color css
<style>
span { border-color: #D29D9D; }
span { border-color: rgb(210,157,157); }
td.TdClassName
{
border-color: #D29D9D;
}
.TagClassName
{
border-color: #D29D9D;
}
</style>