Shades of Buddha Gold #CDA704
Tints of Buddha Gold #CDA704
RGB
CMYK
RGB Variations
Color information
#CDA704 (or 0xCDA704) is known color: Buddha Gold. HEX triplet: CD, A7 and 04. RGB value is (205,167,4). Sum of RGB (Red+Green+Blue) = 205+167+4=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA704 is #3258FB. Grayscale: #A0A0A0. Windows color (decimal): -3299580 or 305101. OLE color: 305101.
HSL color Cylindrical-coordinate representation of color #CDA704: hue angle of 48.66º degrees, saturation: 0.96, 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 #CDA704 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.20 |
| HSL | 48.66º | 0.96% | 0.41% | - |
| HSV(B) | 48.66º | 0.98% | 0.8% | - |
| XYZ | 39.02 | 40.63 | 5.9 | - |
| YUV | 159.78 | 40.09 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 4 | 0 | 0.19 | 0.98 | 0.20 | 48.66 | 0.96 | 0.41 |
| Hex | CD | A7 | 4 | 0 | 13 | 62 | 14 | 31 | 60 | 29 |
| Octal | 315 | 247 | 4 | 0 | 23 | 142 | 24 | 61 | 140 | 51 |
| Binary | 11001101 | 10100111 | 100 | 0 | 10011 | 1100010 | 10100 | 110001 | 1100000 | 101001 |
Color Harmonies of #CDA704
Complementary color
Monochromatic Colors of #CDA704
Black with #CDA704
Text Example
Text Example
White with #CDA704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA704; }
p { color: rgb(205,167,4); }
H1.HeaderClassName
{
color: #CDA704;
}
.AnyTagClassName
{
color: #CDA704;
}
</style>
background-color css
<style>
a { background-color: #CDA704; }
a { background-color: rgb(205,167,4); }
div.DivClassName
{
background-color: #CDA704;
}
.BgClassName
{
background-color: #CDA704;
}
</style>
border-color css
<style>
span { border-color: #CDA704; }
span { border-color: rgb(205,167,4); }
td.TdClassName
{
border-color: #CDA704;
}
.TagClassName
{
border-color: #CDA704;
}
</style>