Shades of Buddha Gold #CDA50C
Tints of Buddha Gold #CDA50C
RGB
CMYK
RGB Variations
Color information
#CDA50C (or 0xCDA50C) is known color: Buddha Gold. HEX triplet: CD, A5 and 0C. RGB value is (205,165,12). Sum of RGB (Red+Green+Blue) = 205+165+12=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA50C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA50C is #325AF3. Grayscale: #A0A0A0. Windows color (decimal): -3300084 or 828877. OLE color: 828877.
HSL color Cylindrical-coordinate representation of color #CDA50C: hue angle of 47.56º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDA50C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 12 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.20 |
| HSL | 47.56º | 0.89% | 0.43% | - |
| HSV(B) | 47.56º | 0.94% | 0.8% | - |
| XYZ | 38.7 | 39.92 | 6.01 | - |
| YUV | 159.52 | 44.75 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 12 | 0 | 0.20 | 0.94 | 0.20 | 47.56 | 0.89 | 0.43 |
| Hex | CD | A5 | C | 0 | 14 | 5E | 14 | 30 | 59 | 2B |
| Octal | 315 | 245 | 14 | 0 | 24 | 136 | 24 | 60 | 131 | 53 |
| Binary | 11001101 | 10100101 | 1100 | 0 | 10100 | 1011110 | 10100 | 110000 | 1011001 | 101011 |
Color Harmonies of #CDA50C
Complementary color
Monochromatic Colors of #CDA50C
Black with #CDA50C
Text Example
Text Example
White with #CDA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA50C; }
p { color: rgb(205,165,12); }
H1.HeaderClassName
{
color: #CDA50C;
}
.AnyTagClassName
{
color: #CDA50C;
}
</style>
background-color css
<style>
a { background-color: #CDA50C; }
a { background-color: rgb(205,165,12); }
div.DivClassName
{
background-color: #CDA50C;
}
.BgClassName
{
background-color: #CDA50C;
}
</style>
border-color css
<style>
span { border-color: #CDA50C; }
span { border-color: rgb(205,165,12); }
td.TdClassName
{
border-color: #CDA50C;
}
.TagClassName
{
border-color: #CDA50C;
}
</style>