Shades of Buddha Gold #CDA806
Tints of Buddha Gold #CDA806
RGB
CMYK
RGB Variations
Color information
#CDA806 (or 0xCDA806) is known color: Buddha Gold. HEX triplet: CD, A8 and 06. RGB value is (205,168,6). Sum of RGB (Red+Green+Blue) = 205+168+6=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA806 is #3257F9. Grayscale: #A1A1A1. Windows color (decimal): -3299322 or 436429. OLE color: 436429.
HSL color Cylindrical-coordinate representation of color #CDA806: hue angle of 48.84º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDA806 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.20 |
| HSL | 48.84º | 0.94% | 0.41% | - |
| HSV(B) | 48.84º | 0.97% | 0.8% | - |
| XYZ | 39.21 | 41 | 6.02 | - |
| YUV | 160.6 | 40.76 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 6 | 0 | 0.18 | 0.97 | 0.20 | 48.84 | 0.94 | 0.41 |
| Hex | CD | A8 | 6 | 0 | 12 | 61 | 14 | 31 | 5E | 29 |
| Octal | 315 | 250 | 6 | 0 | 22 | 141 | 24 | 61 | 136 | 51 |
| Binary | 11001101 | 10101000 | 110 | 0 | 10010 | 1100001 | 10100 | 110001 | 1011110 | 101001 |
Color Harmonies of #CDA806
Complementary color
Monochromatic Colors of #CDA806
Black with #CDA806
Text Example
Text Example
White with #CDA806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA806; }
p { color: rgb(205,168,6); }
H1.HeaderClassName
{
color: #CDA806;
}
.AnyTagClassName
{
color: #CDA806;
}
</style>
background-color css
<style>
a { background-color: #CDA806; }
a { background-color: rgb(205,168,6); }
div.DivClassName
{
background-color: #CDA806;
}
.BgClassName
{
background-color: #CDA806;
}
</style>
border-color css
<style>
span { border-color: #CDA806; }
span { border-color: rgb(205,168,6); }
td.TdClassName
{
border-color: #CDA806;
}
.TagClassName
{
border-color: #CDA806;
}
</style>