Shades of Buddha Gold #CDA906
Tints of Buddha Gold #CDA906
RGB
CMYK
RGB Variations
Color information
#CDA906 (or 0xCDA906) is known color: Buddha Gold. HEX triplet: CD, A9 and 06. RGB value is (205,169,6). Sum of RGB (Red+Green+Blue) = 205+169+6=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 6 (2.73% from 255 or 1.58% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA906 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA906 is #3256F9. Grayscale: #A1A1A1. Windows color (decimal): -3299066 or 436685. OLE color: 436685.
HSL color Cylindrical-coordinate representation of color #CDA906: hue angle of 49.15º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDA906 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 6 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.20 |
| HSL | 49.15º | 0.94% | 0.41% | - |
| HSV(B) | 49.15º | 0.97% | 0.8% | - |
| XYZ | 39.4 | 41.37 | 6.08 | - |
| YUV | 161.18 | 40.43 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 6 | 0 | 0.18 | 0.97 | 0.20 | 49.15 | 0.94 | 0.41 |
| Hex | CD | A9 | 6 | 0 | 12 | 61 | 14 | 31 | 5E | 29 |
| Octal | 315 | 251 | 6 | 0 | 22 | 141 | 24 | 61 | 136 | 51 |
| Binary | 11001101 | 10101001 | 110 | 0 | 10010 | 1100001 | 10100 | 110001 | 1011110 | 101001 |
Color Harmonies of #CDA906
Complementary color
Monochromatic Colors of #CDA906
Black with #CDA906
Text Example
Text Example
White with #CDA906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA906; }
p { color: rgb(205,169,6); }
H1.HeaderClassName
{
color: #CDA906;
}
.AnyTagClassName
{
color: #CDA906;
}
</style>
background-color css
<style>
a { background-color: #CDA906; }
a { background-color: rgb(205,169,6); }
div.DivClassName
{
background-color: #CDA906;
}
.BgClassName
{
background-color: #CDA906;
}
</style>
border-color css
<style>
span { border-color: #CDA906; }
span { border-color: rgb(205,169,6); }
td.TdClassName
{
border-color: #CDA906;
}
.TagClassName
{
border-color: #CDA906;
}
</style>