Shades of Buddha Gold #CD9E16
Tints of Buddha Gold #CD9E16
RGB
CMYK
RGB Variations
Color information
#CD9E16 (or 0xCD9E16) is known color: Buddha Gold. HEX triplet: CD, 9E and 16. RGB value is (205,158,22). Sum of RGB (Red+Green+Blue) = 205+158+22=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 22 (8.98% from 255 or 5.71% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9E16 is #3261E9. Grayscale: #9D9D9D. Windows color (decimal): -3301866 or 1482445. OLE color: 1482445.
HSL color Cylindrical-coordinate representation of color #CD9E16: hue angle of 44.59º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD9E16 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 22 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.20 |
| HSL | 44.59º | 0.81% | 0.45% | - |
| HSV(B) | 44.59º | 0.89% | 0.8% | - |
| XYZ | 37.55 | 37.49 | 6.02 | - |
| YUV | 156.55 | 52.07 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 22 | 0 | 0.23 | 0.89 | 0.20 | 44.59 | 0.81 | 0.45 |
| Hex | CD | 9E | 16 | 0 | 17 | 59 | 14 | 2D | 51 | 2D |
| Octal | 315 | 236 | 26 | 0 | 27 | 131 | 24 | 55 | 121 | 55 |
| Binary | 11001101 | 10011110 | 10110 | 0 | 10111 | 1011001 | 10100 | 101101 | 1010001 | 101101 |
Color Harmonies of #CD9E16
Complementary color
Monochromatic Colors of #CD9E16
Black with #CD9E16
Text Example
Text Example
White with #CD9E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9E16; }
p { color: rgb(205,158,22); }
H1.HeaderClassName
{
color: #CD9E16;
}
.AnyTagClassName
{
color: #CD9E16;
}
</style>
background-color css
<style>
a { background-color: #CD9E16; }
a { background-color: rgb(205,158,22); }
div.DivClassName
{
background-color: #CD9E16;
}
.BgClassName
{
background-color: #CD9E16;
}
</style>
border-color css
<style>
span { border-color: #CD9E16; }
span { border-color: rgb(205,158,22); }
td.TdClassName
{
border-color: #CD9E16;
}
.TagClassName
{
border-color: #CD9E16;
}
</style>