Shades of Buddha Gold #CDA015
Tints of Buddha Gold #CDA015
RGB
CMYK
RGB Variations
Color information
#CDA015 (or 0xCDA015) is known color: Buddha Gold. HEX triplet: CD, A0 and 15. RGB value is (205,160,21). Sum of RGB (Red+Green+Blue) = 205+160+21=386 (51% of max value = 765). Red value is 205 (80.47% from 255 or 53.11% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA015 is #325FEA. Grayscale: #9E9E9E. Windows color (decimal): -3301355 or 1417421. OLE color: 1417421.
HSL color Cylindrical-coordinate representation of color #CDA015: hue angle of 45.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDA015 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 21 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.20 |
| HSL | 45.33º | 0.81% | 0.44% | - |
| HSV(B) | 45.33º | 0.9% | 0.8% | - |
| XYZ | 37.88 | 38.17 | 6.08 | - |
| YUV | 157.61 | 50.91 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 21 | 0 | 0.22 | 0.90 | 0.20 | 45.33 | 0.81 | 0.44 |
| Hex | CD | A0 | 15 | 0 | 16 | 5A | 14 | 2D | 51 | 2C |
| Octal | 315 | 240 | 25 | 0 | 26 | 132 | 24 | 55 | 121 | 54 |
| Binary | 11001101 | 10100000 | 10101 | 0 | 10110 | 1011010 | 10100 | 101101 | 1010001 | 101100 |
Color Harmonies of #CDA015
Complementary color
Monochromatic Colors of #CDA015
Black with #CDA015
Text Example
Text Example
White with #CDA015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA015; }
p { color: rgb(205,160,21); }
H1.HeaderClassName
{
color: #CDA015;
}
.AnyTagClassName
{
color: #CDA015;
}
</style>
background-color css
<style>
a { background-color: #CDA015; }
a { background-color: rgb(205,160,21); }
div.DivClassName
{
background-color: #CDA015;
}
.BgClassName
{
background-color: #CDA015;
}
</style>
border-color css
<style>
span { border-color: #CDA015; }
span { border-color: rgb(205,160,21); }
td.TdClassName
{
border-color: #CDA015;
}
.TagClassName
{
border-color: #CDA015;
}
</style>