Shades of Buddha Gold #CDA909
Tints of Buddha Gold #CDA909
RGB
CMYK
RGB Variations
Color information
#CDA909 (or 0xCDA909) is known color: Buddha Gold. HEX triplet: CD, A9 and 09. RGB value is (205,169,9). Sum of RGB (Red+Green+Blue) = 205+169+9=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 9 (3.91% from 255 or 2.35% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA909 is #3256F6. Grayscale: #A2A2A2. Windows color (decimal): -3299063 or 633293. OLE color: 633293.
HSL color Cylindrical-coordinate representation of color #CDA909: hue angle of 48.98º 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 #CDA909 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 9 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.20 |
| HSL | 48.98º | 0.92% | 0.42% | - |
| HSV(B) | 48.98º | 0.96% | 0.8% | - |
| XYZ | 39.41 | 41.37 | 6.17 | - |
| YUV | 161.52 | 41.93 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 9 | 0 | 0.18 | 0.96 | 0.20 | 48.98 | 0.92 | 0.42 |
| Hex | CD | A9 | 9 | 0 | 12 | 60 | 14 | 31 | 5C | 2A |
| Octal | 315 | 251 | 11 | 0 | 22 | 140 | 24 | 61 | 134 | 52 |
| Binary | 11001101 | 10101001 | 1001 | 0 | 10010 | 1100000 | 10100 | 110001 | 1011100 | 101010 |
Color Harmonies of #CDA909
Complementary color
Monochromatic Colors of #CDA909
Black with #CDA909
Text Example
Text Example
White with #CDA909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA909; }
p { color: rgb(205,169,9); }
H1.HeaderClassName
{
color: #CDA909;
}
.AnyTagClassName
{
color: #CDA909;
}
</style>
background-color css
<style>
a { background-color: #CDA909; }
a { background-color: rgb(205,169,9); }
div.DivClassName
{
background-color: #CDA909;
}
.BgClassName
{
background-color: #CDA909;
}
</style>
border-color css
<style>
span { border-color: #CDA909; }
span { border-color: rgb(205,169,9); }
td.TdClassName
{
border-color: #CDA909;
}
.TagClassName
{
border-color: #CDA909;
}
</style>