Shades of Eunry #CDA397
Tints of Eunry #CDA397
RGB
CMYK
RGB Variations
Color information
#CDA397 (or 0xCDA397) is known color: Eunry. HEX triplet: CD, A3 and 97. RGB value is (205,163,151). Sum of RGB (Red+Green+Blue) = 205+163+151=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 151 (59.38% from 255 or 29.09% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDA397 is #325C68. Grayscale: #AEAEAE. Windows color (decimal): -3300457 or 9937869. OLE color: 9937869.
HSL color Cylindrical-coordinate representation of color #CDA397: hue angle of 13.33º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDA397 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 151 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.20 |
| HSL | 13.33º | 0.35% | 0.7% | - |
| HSV(B) | 13.33º | 0.26% | 0.8% | - |
| XYZ | 43.86 | 41.41 | 34.96 | - |
| YUV | 174.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 151 | 0 | 0.20 | 0.26 | 0.20 | 13.33 | 0.35 | 0.7 |
| Hex | CD | A3 | 97 | 0 | 14 | 1A | 14 | D | 23 | 46 |
| Octal | 315 | 243 | 227 | 0 | 24 | 32 | 24 | 15 | 43 | 106 |
| Binary | 11001101 | 10100011 | 10010111 | 0 | 10100 | 11010 | 10100 | 1101 | 100011 | 1000110 |
Color Harmonies of #CDA397
Complementary color
Monochromatic Colors of #CDA397
Black with #CDA397
Text Example
Text Example
White with #CDA397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA397; }
p { color: rgb(205,163,151); }
H1.HeaderClassName
{
color: #CDA397;
}
.AnyTagClassName
{
color: #CDA397;
}
</style>
background-color css
<style>
a { background-color: #CDA397; }
a { background-color: rgb(205,163,151); }
div.DivClassName
{
background-color: #CDA397;
}
.BgClassName
{
background-color: #CDA397;
}
</style>
border-color css
<style>
span { border-color: #CDA397; }
span { border-color: rgb(205,163,151); }
td.TdClassName
{
border-color: #CDA397;
}
.TagClassName
{
border-color: #CDA397;
}
</style>