Shades of Buddha Gold #CDA010
Tints of Buddha Gold #CDA010
RGB
CMYK
RGB Variations
Color information
#CDA010 (or 0xCDA010) is known color: Buddha Gold. HEX triplet: CD, A0 and 10. RGB value is (205,160,16). Sum of RGB (Red+Green+Blue) = 205+160+16=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA010 is #325FEF. Grayscale: #9D9D9D. Windows color (decimal): -3301360 or 1089741. OLE color: 1089741.
HSL color Cylindrical-coordinate representation of color #CDA010: hue angle of 45.71º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDA010 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 16 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.20 |
| HSL | 45.71º | 0.86% | 0.43% | - |
| HSV(B) | 45.71º | 0.92% | 0.8% | - |
| XYZ | 37.84 | 38.16 | 5.86 | - |
| YUV | 157.04 | 48.41 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 16 | 0 | 0.22 | 0.92 | 0.20 | 45.71 | 0.86 | 0.43 |
| Hex | CD | A0 | 10 | 0 | 16 | 5C | 14 | 2E | 56 | 2B |
| Octal | 315 | 240 | 20 | 0 | 26 | 134 | 24 | 56 | 126 | 53 |
| Binary | 11001101 | 10100000 | 10000 | 0 | 10110 | 1011100 | 10100 | 101110 | 1010110 | 101011 |
Color Harmonies of #CDA010
Complementary color
Monochromatic Colors of #CDA010
Black with #CDA010
Text Example
Text Example
White with #CDA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA010; }
p { color: rgb(205,160,16); }
H1.HeaderClassName
{
color: #CDA010;
}
.AnyTagClassName
{
color: #CDA010;
}
</style>
background-color css
<style>
a { background-color: #CDA010; }
a { background-color: rgb(205,160,16); }
div.DivClassName
{
background-color: #CDA010;
}
.BgClassName
{
background-color: #CDA010;
}
</style>
border-color css
<style>
span { border-color: #CDA010; }
span { border-color: rgb(205,160,16); }
td.TdClassName
{
border-color: #CDA010;
}
.TagClassName
{
border-color: #CDA010;
}
</style>