Shades of Buddha Gold #CDA705
Tints of Buddha Gold #CDA705
RGB
CMYK
RGB Variations
Color information
#CDA705 (or 0xCDA705) is known color: Buddha Gold. HEX triplet: CD, A7 and 05. RGB value is (205,167,5). Sum of RGB (Red+Green+Blue) = 205+167+5=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA705 is #3258FA. Grayscale: #A0A0A0. Windows color (decimal): -3299579 or 370637. OLE color: 370637.
HSL color Cylindrical-coordinate representation of color #CDA705: hue angle of 48.6º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CDA705 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 5 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.20 |
| HSL | 48.6º | 0.95% | 0.41% | - |
| HSV(B) | 48.6º | 0.98% | 0.8% | - |
| XYZ | 39.02 | 40.63 | 5.93 | - |
| YUV | 159.89 | 40.59 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 5 | 0 | 0.19 | 0.98 | 0.20 | 48.6 | 0.95 | 0.41 |
| Hex | CD | A7 | 5 | 0 | 13 | 62 | 14 | 31 | 5F | 29 |
| Octal | 315 | 247 | 5 | 0 | 23 | 142 | 24 | 61 | 137 | 51 |
| Binary | 11001101 | 10100111 | 101 | 0 | 10011 | 1100010 | 10100 | 110001 | 1011111 | 101001 |
Color Harmonies of #CDA705
Complementary color
Monochromatic Colors of #CDA705
Black with #CDA705
Text Example
Text Example
White with #CDA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA705; }
p { color: rgb(205,167,5); }
H1.HeaderClassName
{
color: #CDA705;
}
.AnyTagClassName
{
color: #CDA705;
}
</style>
background-color css
<style>
a { background-color: #CDA705; }
a { background-color: rgb(205,167,5); }
div.DivClassName
{
background-color: #CDA705;
}
.BgClassName
{
background-color: #CDA705;
}
</style>
border-color css
<style>
span { border-color: #CDA705; }
span { border-color: rgb(205,167,5); }
td.TdClassName
{
border-color: #CDA705;
}
.TagClassName
{
border-color: #CDA705;
}
</style>