Shades of Buddha Gold #CDA10C
Tints of Buddha Gold #CDA10C
RGB
CMYK
RGB Variations
Color information
#CDA10C (or 0xCDA10C) is known color: Buddha Gold. HEX triplet: CD, A1 and 0C. RGB value is (205,161,12). Sum of RGB (Red+Green+Blue) = 205+161+12=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA10C is #325EF3. Grayscale: #9D9D9D. Windows color (decimal): -3301108 or 827853. OLE color: 827853.
HSL color Cylindrical-coordinate representation of color #CDA10C: hue angle of 46.32º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDA10C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 12 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.20 |
| HSL | 46.32º | 0.89% | 0.43% | - |
| HSV(B) | 46.32º | 0.94% | 0.8% | - |
| XYZ | 37.99 | 38.5 | 5.78 | - |
| YUV | 157.17 | 46.08 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 12 | 0 | 0.21 | 0.94 | 0.20 | 46.32 | 0.89 | 0.43 |
| Hex | CD | A1 | C | 0 | 15 | 5E | 14 | 2E | 59 | 2B |
| Octal | 315 | 241 | 14 | 0 | 25 | 136 | 24 | 56 | 131 | 53 |
| Binary | 11001101 | 10100001 | 1100 | 0 | 10101 | 1011110 | 10100 | 101110 | 1011001 | 101011 |
Color Harmonies of #CDA10C
Complementary color
Monochromatic Colors of #CDA10C
Black with #CDA10C
Text Example
Text Example
White with #CDA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA10C; }
p { color: rgb(205,161,12); }
H1.HeaderClassName
{
color: #CDA10C;
}
.AnyTagClassName
{
color: #CDA10C;
}
</style>
background-color css
<style>
a { background-color: #CDA10C; }
a { background-color: rgb(205,161,12); }
div.DivClassName
{
background-color: #CDA10C;
}
.BgClassName
{
background-color: #CDA10C;
}
</style>
border-color css
<style>
span { border-color: #CDA10C; }
span { border-color: rgb(205,161,12); }
td.TdClassName
{
border-color: #CDA10C;
}
.TagClassName
{
border-color: #CDA10C;
}
</style>