Shades of Buddha Gold #CDA011
Tints of Buddha Gold #CDA011
RGB
CMYK
RGB Variations
Color information
#CDA011 (or 0xCDA011) is known color: Buddha Gold. HEX triplet: CD, A0 and 11. RGB value is (205,160,17). Sum of RGB (Red+Green+Blue) = 205+160+17=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA011 is #325FEE. Grayscale: #9D9D9D. Windows color (decimal): -3301359 or 1155277. OLE color: 1155277.
HSL color Cylindrical-coordinate representation of color #CDA011: hue angle of 45.64º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDA011 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 17 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.20 |
| HSL | 45.64º | 0.85% | 0.44% | - |
| HSV(B) | 45.64º | 0.92% | 0.8% | - |
| XYZ | 37.85 | 38.16 | 5.9 | - |
| YUV | 157.15 | 48.91 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 17 | 0 | 0.22 | 0.92 | 0.20 | 45.64 | 0.85 | 0.44 |
| Hex | CD | A0 | 11 | 0 | 16 | 5C | 14 | 2E | 55 | 2C |
| Octal | 315 | 240 | 21 | 0 | 26 | 134 | 24 | 56 | 125 | 54 |
| Binary | 11001101 | 10100000 | 10001 | 0 | 10110 | 1011100 | 10100 | 101110 | 1010101 | 101100 |
Color Harmonies of #CDA011
Complementary color
Monochromatic Colors of #CDA011
Black with #CDA011
Text Example
Text Example
White with #CDA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA011; }
p { color: rgb(205,160,17); }
H1.HeaderClassName
{
color: #CDA011;
}
.AnyTagClassName
{
color: #CDA011;
}
</style>
background-color css
<style>
a { background-color: #CDA011; }
a { background-color: rgb(205,160,17); }
div.DivClassName
{
background-color: #CDA011;
}
.BgClassName
{
background-color: #CDA011;
}
</style>
border-color css
<style>
span { border-color: #CDA011; }
span { border-color: rgb(205,160,17); }
td.TdClassName
{
border-color: #CDA011;
}
.TagClassName
{
border-color: #CDA011;
}
</style>