Shades of Buddha Gold #CDA907
Tints of Buddha Gold #CDA907
RGB
CMYK
RGB Variations
Color information
#CDA907 (or 0xCDA907) is known color: Buddha Gold. HEX triplet: CD, A9 and 07. RGB value is (205,169,7). Sum of RGB (Red+Green+Blue) = 205+169+7=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 7 (3.12% from 255 or 1.84% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA907 is #3256F8. Grayscale: #A1A1A1. Windows color (decimal): -3299065 or 502221. OLE color: 502221.
HSL color Cylindrical-coordinate representation of color #CDA907: hue angle of 49.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDA907 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.20 |
| HSL | 49.09º | 0.93% | 0.42% | - |
| HSV(B) | 49.09º | 0.97% | 0.8% | - |
| XYZ | 39.4 | 41.37 | 6.11 | - |
| YUV | 161.3 | 40.93 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 7 | 0 | 0.18 | 0.97 | 0.20 | 49.09 | 0.93 | 0.42 |
| Hex | CD | A9 | 7 | 0 | 12 | 61 | 14 | 31 | 5D | 2A |
| Octal | 315 | 251 | 7 | 0 | 22 | 141 | 24 | 61 | 135 | 52 |
| Binary | 11001101 | 10101001 | 111 | 0 | 10010 | 1100001 | 10100 | 110001 | 1011101 | 101010 |
Color Harmonies of #CDA907
Complementary color
Monochromatic Colors of #CDA907
Black with #CDA907
Text Example
Text Example
White with #CDA907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA907; }
p { color: rgb(205,169,7); }
H1.HeaderClassName
{
color: #CDA907;
}
.AnyTagClassName
{
color: #CDA907;
}
</style>
background-color css
<style>
a { background-color: #CDA907; }
a { background-color: rgb(205,169,7); }
div.DivClassName
{
background-color: #CDA907;
}
.BgClassName
{
background-color: #CDA907;
}
</style>
border-color css
<style>
span { border-color: #CDA907; }
span { border-color: rgb(205,169,7); }
td.TdClassName
{
border-color: #CDA907;
}
.TagClassName
{
border-color: #CDA907;
}
</style>