Shades of Buddha Gold #CDA708
Tints of Buddha Gold #CDA708
RGB
CMYK
RGB Variations
Color information
#CDA708 (or 0xCDA708) is known color: Buddha Gold. HEX triplet: CD, A7 and 08. RGB value is (205,167,8). Sum of RGB (Red+Green+Blue) = 205+167+8=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 167 (65.62% from 255 or 43.95% from 380); Blue value is 8 (3.52% from 255 or 2.11% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA708 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA708 is #3258F7. Grayscale: #A0A0A0. Windows color (decimal): -3299576 or 567245. OLE color: 567245.
HSL color Cylindrical-coordinate representation of color #CDA708: hue angle of 48.43º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CDA708 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 8 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.20 |
| HSL | 48.43º | 0.92% | 0.42% | - |
| HSV(B) | 48.43º | 0.96% | 0.8% | - |
| XYZ | 39.04 | 40.63 | 6.02 | - |
| YUV | 160.24 | 42.09 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 8 | 0 | 0.19 | 0.96 | 0.20 | 48.43 | 0.92 | 0.42 |
| Hex | CD | A7 | 8 | 0 | 13 | 60 | 14 | 30 | 5C | 2A |
| Octal | 315 | 247 | 10 | 0 | 23 | 140 | 24 | 60 | 134 | 52 |
| Binary | 11001101 | 10100111 | 1000 | 0 | 10011 | 1100000 | 10100 | 110000 | 1011100 | 101010 |
Color Harmonies of #CDA708
Complementary color
Monochromatic Colors of #CDA708
Black with #CDA708
Text Example
Text Example
White with #CDA708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA708; }
p { color: rgb(205,167,8); }
H1.HeaderClassName
{
color: #CDA708;
}
.AnyTagClassName
{
color: #CDA708;
}
</style>
background-color css
<style>
a { background-color: #CDA708; }
a { background-color: rgb(205,167,8); }
div.DivClassName
{
background-color: #CDA708;
}
.BgClassName
{
background-color: #CDA708;
}
</style>
border-color css
<style>
span { border-color: #CDA708; }
span { border-color: rgb(205,167,8); }
td.TdClassName
{
border-color: #CDA708;
}
.TagClassName
{
border-color: #CDA708;
}
</style>