Shades of Eunry #CDA999
Tints of Eunry #CDA999
RGB
CMYK
RGB Variations
Color information
#CDA999 (or 0xCDA999) is known color: Eunry. HEX triplet: CD, A9 and 99. RGB value is (205,169,153). Sum of RGB (Red+Green+Blue) = 205+169+153=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA999 is #325666. Grayscale: #B2B2B2. Windows color (decimal): -3298919 or 10070477. OLE color: 10070477.
HSL color Cylindrical-coordinate representation of color #CDA999: hue angle of 18.46º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDA999 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 153 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.20 |
| HSL | 18.46º | 0.34% | 0.7% | - |
| HSV(B) | 18.46º | 0.25% | 0.8% | - |
| XYZ | 45.11 | 43.65 | 36.19 | - |
| YUV | 177.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 153 | 0 | 0.18 | 0.25 | 0.20 | 18.46 | 0.34 | 0.7 |
| Hex | CD | A9 | 99 | 0 | 12 | 19 | 14 | 12 | 22 | 46 |
| Octal | 315 | 251 | 231 | 0 | 22 | 31 | 24 | 22 | 42 | 106 |
| Binary | 11001101 | 10101001 | 10011001 | 0 | 10010 | 11001 | 10100 | 10010 | 100010 | 1000110 |
Color Harmonies of #CDA999
Complementary color
Monochromatic Colors of #CDA999
Black with #CDA999
Text Example
Text Example
White with #CDA999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA999; }
p { color: rgb(205,169,153); }
H1.HeaderClassName
{
color: #CDA999;
}
.AnyTagClassName
{
color: #CDA999;
}
</style>
background-color css
<style>
a { background-color: #CDA999; }
a { background-color: rgb(205,169,153); }
div.DivClassName
{
background-color: #CDA999;
}
.BgClassName
{
background-color: #CDA999;
}
</style>
border-color css
<style>
span { border-color: #CDA999; }
span { border-color: rgb(205,169,153); }
td.TdClassName
{
border-color: #CDA999;
}
.TagClassName
{
border-color: #CDA999;
}
</style>