Shades of Buddha Gold #CDA013
Tints of Buddha Gold #CDA013
RGB
CMYK
RGB Variations
Color information
#CDA013 (or 0xCDA013) is known color: Buddha Gold. HEX triplet: CD, A0 and 13. RGB value is (205,160,19). Sum of RGB (Red+Green+Blue) = 205+160+19=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA013 is #325FEC. Grayscale: #9D9D9D. Windows color (decimal): -3301357 or 1286349. OLE color: 1286349.
HSL color Cylindrical-coordinate representation of color #CDA013: hue angle of 45.48º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDA013 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 19 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.20 |
| HSL | 45.48º | 0.83% | 0.44% | - |
| HSV(B) | 45.48º | 0.91% | 0.8% | - |
| XYZ | 37.87 | 38.17 | 5.99 | - |
| YUV | 157.38 | 49.91 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 19 | 0 | 0.22 | 0.91 | 0.20 | 45.48 | 0.83 | 0.44 |
| Hex | CD | A0 | 13 | 0 | 16 | 5B | 14 | 2D | 53 | 2C |
| Octal | 315 | 240 | 23 | 0 | 26 | 133 | 24 | 55 | 123 | 54 |
| Binary | 11001101 | 10100000 | 10011 | 0 | 10110 | 1011011 | 10100 | 101101 | 1010011 | 101100 |
Color Harmonies of #CDA013
Complementary color
Monochromatic Colors of #CDA013
Black with #CDA013
Text Example
Text Example
White with #CDA013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA013; }
p { color: rgb(205,160,19); }
H1.HeaderClassName
{
color: #CDA013;
}
.AnyTagClassName
{
color: #CDA013;
}
</style>
background-color css
<style>
a { background-color: #CDA013; }
a { background-color: rgb(205,160,19); }
div.DivClassName
{
background-color: #CDA013;
}
.BgClassName
{
background-color: #CDA013;
}
</style>
border-color css
<style>
span { border-color: #CDA013; }
span { border-color: rgb(205,160,19); }
td.TdClassName
{
border-color: #CDA013;
}
.TagClassName
{
border-color: #CDA013;
}
</style>