Shades of Buddha Gold #CDA40C
Tints of Buddha Gold #CDA40C
RGB
CMYK
RGB Variations
Color information
#CDA40C (or 0xCDA40C) is known color: Buddha Gold. HEX triplet: CD, A4 and 0C. RGB value is (205,164,12). Sum of RGB (Red+Green+Blue) = 205+164+12=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA40C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA40C is #325BF3. Grayscale: #9F9F9F. Windows color (decimal): -3300340 or 828621. OLE color: 828621.
HSL color Cylindrical-coordinate representation of color #CDA40C: hue angle of 47.25º 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 #CDA40C is Cyan = 0, Magento = 0.2, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 12 | - |
| CMYK | 0 | 0.2 | 0.94 | 0.20 |
| HSL | 47.25º | 0.89% | 0.43% | - |
| HSV(B) | 47.25º | 0.94% | 0.8% | - |
| XYZ | 38.52 | 39.56 | 5.95 | - |
| YUV | 158.93 | 45.08 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 12 | 0 | 0.2 | 0.94 | 0.20 | 47.25 | 0.89 | 0.43 |
| Hex | CD | A4 | C | 0 | 14 | 5E | 14 | 2F | 59 | 2B |
| Octal | 315 | 244 | 14 | 0 | 24 | 136 | 24 | 57 | 131 | 53 |
| Binary | 11001101 | 10100100 | 1100 | 0 | 10100 | 1011110 | 10100 | 101111 | 1011001 | 101011 |
Color Harmonies of #CDA40C
Complementary color
Monochromatic Colors of #CDA40C
Black with #CDA40C
Text Example
Text Example
White with #CDA40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA40C; }
p { color: rgb(205,164,12); }
H1.HeaderClassName
{
color: #CDA40C;
}
.AnyTagClassName
{
color: #CDA40C;
}
</style>
background-color css
<style>
a { background-color: #CDA40C; }
a { background-color: rgb(205,164,12); }
div.DivClassName
{
background-color: #CDA40C;
}
.BgClassName
{
background-color: #CDA40C;
}
</style>
border-color css
<style>
span { border-color: #CDA40C; }
span { border-color: rgb(205,164,12); }
td.TdClassName
{
border-color: #CDA40C;
}
.TagClassName
{
border-color: #CDA40C;
}
</style>