Shades of Buddha Gold #CDA510
Tints of Buddha Gold #CDA510
RGB
CMYK
RGB Variations
Color information
#CDA510 (or 0xCDA510) is known color: Buddha Gold. HEX triplet: CD, A5 and 10. RGB value is (205,165,16). Sum of RGB (Red+Green+Blue) = 205+165+16=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA510 is #325AEF. Grayscale: #A0A0A0. Windows color (decimal): -3300080 or 1091021. OLE color: 1091021.
HSL color Cylindrical-coordinate representation of color #CDA510: hue angle of 47.3º 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 #CDA510 is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 16 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.20 |
| HSL | 47.3º | 0.86% | 0.43% | - |
| HSV(B) | 47.3º | 0.92% | 0.8% | - |
| XYZ | 38.73 | 39.93 | 6.16 | - |
| YUV | 159.97 | 46.75 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 16 | 0 | 0.20 | 0.92 | 0.20 | 47.3 | 0.86 | 0.43 |
| Hex | CD | A5 | 10 | 0 | 14 | 5C | 14 | 2F | 56 | 2B |
| Octal | 315 | 245 | 20 | 0 | 24 | 134 | 24 | 57 | 126 | 53 |
| Binary | 11001101 | 10100101 | 10000 | 0 | 10100 | 1011100 | 10100 | 101111 | 1010110 | 101011 |
Color Harmonies of #CDA510
Complementary color
Monochromatic Colors of #CDA510
Black with #CDA510
Text Example
Text Example
White with #CDA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA510; }
p { color: rgb(205,165,16); }
H1.HeaderClassName
{
color: #CDA510;
}
.AnyTagClassName
{
color: #CDA510;
}
</style>
background-color css
<style>
a { background-color: #CDA510; }
a { background-color: rgb(205,165,16); }
div.DivClassName
{
background-color: #CDA510;
}
.BgClassName
{
background-color: #CDA510;
}
</style>
border-color css
<style>
span { border-color: #CDA510; }
span { border-color: rgb(205,165,16); }
td.TdClassName
{
border-color: #CDA510;
}
.TagClassName
{
border-color: #CDA510;
}
</style>