Shades of Buddha Gold #CDA80C
Tints of Buddha Gold #CDA80C
RGB
CMYK
RGB Variations
Color information
#CDA80C (or 0xCDA80C) is known color: Buddha Gold. HEX triplet: CD, A8 and 0C. RGB value is (205,168,12). Sum of RGB (Red+Green+Blue) = 205+168+12=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA80C is #3257F3. Grayscale: #A1A1A1. Windows color (decimal): -3299316 or 829645. OLE color: 829645.
HSL color Cylindrical-coordinate representation of color #CDA80C: hue angle of 48.5º 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 #CDA80C is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 12 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.20 |
| HSL | 48.5º | 0.89% | 0.43% | - |
| HSV(B) | 48.5º | 0.94% | 0.8% | - |
| XYZ | 39.25 | 41.01 | 6.2 | - |
| YUV | 161.28 | 43.76 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 12 | 0 | 0.18 | 0.94 | 0.20 | 48.5 | 0.89 | 0.43 |
| Hex | CD | A8 | C | 0 | 12 | 5E | 14 | 30 | 59 | 2B |
| Octal | 315 | 250 | 14 | 0 | 22 | 136 | 24 | 60 | 131 | 53 |
| Binary | 11001101 | 10101000 | 1100 | 0 | 10010 | 1011110 | 10100 | 110000 | 1011001 | 101011 |
Color Harmonies of #CDA80C
Complementary color
Monochromatic Colors of #CDA80C
Black with #CDA80C
Text Example
Text Example
White with #CDA80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA80C; }
p { color: rgb(205,168,12); }
H1.HeaderClassName
{
color: #CDA80C;
}
.AnyTagClassName
{
color: #CDA80C;
}
</style>
background-color css
<style>
a { background-color: #CDA80C; }
a { background-color: rgb(205,168,12); }
div.DivClassName
{
background-color: #CDA80C;
}
.BgClassName
{
background-color: #CDA80C;
}
</style>
border-color css
<style>
span { border-color: #CDA80C; }
span { border-color: rgb(205,168,12); }
td.TdClassName
{
border-color: #CDA80C;
}
.TagClassName
{
border-color: #CDA80C;
}
</style>