Shades of Buddha Gold #CD9A16
Tints of Buddha Gold #CD9A16
RGB
CMYK
RGB Variations
Color information
#CD9A16 (or 0xCD9A16) is known color: Buddha Gold. HEX triplet: CD, 9A and 16. RGB value is (205,154,22). Sum of RGB (Red+Green+Blue) = 205+154+22=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD9A16 is #3265E9. Grayscale: #9A9A9A. Windows color (decimal): -3302890 or 1481421. OLE color: 1481421.
HSL color Cylindrical-coordinate representation of color #CD9A16: hue angle of 43.28º 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 #CD9A16 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 154 | 22 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.20 |
| HSL | 43.28º | 0.81% | 0.45% | - |
| HSV(B) | 43.28º | 0.89% | 0.8% | - |
| XYZ | 36.88 | 36.15 | 5.79 | - |
| YUV | 154.2 | 53.4 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 154 | 22 | 0 | 0.25 | 0.89 | 0.20 | 43.28 | 0.81 | 0.45 |
| Hex | CD | 9A | 16 | 0 | 19 | 59 | 14 | 2B | 51 | 2D |
| Octal | 315 | 232 | 26 | 0 | 31 | 131 | 24 | 53 | 121 | 55 |
| Binary | 11001101 | 10011010 | 10110 | 0 | 11001 | 1011001 | 10100 | 101011 | 1010001 | 101101 |
Color Harmonies of #CD9A16
Complementary color
Monochromatic Colors of #CD9A16
Black with #CD9A16
Text Example
Text Example
White with #CD9A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9A16; }
p { color: rgb(205,154,22); }
H1.HeaderClassName
{
color: #CD9A16;
}
.AnyTagClassName
{
color: #CD9A16;
}
</style>
background-color css
<style>
a { background-color: #CD9A16; }
a { background-color: rgb(205,154,22); }
div.DivClassName
{
background-color: #CD9A16;
}
.BgClassName
{
background-color: #CD9A16;
}
</style>
border-color css
<style>
span { border-color: #CD9A16; }
span { border-color: rgb(205,154,22); }
td.TdClassName
{
border-color: #CD9A16;
}
.TagClassName
{
border-color: #CD9A16;
}
</style>