Shades of Buddha Gold #CDA20C
Tints of Buddha Gold #CDA20C
RGB
CMYK
RGB Variations
Color information
#CDA20C (or 0xCDA20C) is known color: Buddha Gold. HEX triplet: CD, A2 and 0C. RGB value is (205,162,12). Sum of RGB (Red+Green+Blue) = 205+162+12=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA20C is #325DF3. Grayscale: #9E9E9E. Windows color (decimal): -3300852 or 828109. OLE color: 828109.
HSL color Cylindrical-coordinate representation of color #CDA20C: hue angle of 46.63º 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 #CDA20C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 12 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.20 |
| HSL | 46.63º | 0.89% | 0.43% | - |
| HSV(B) | 46.63º | 0.94% | 0.8% | - |
| XYZ | 38.16 | 38.85 | 5.83 | - |
| YUV | 157.76 | 45.75 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 12 | 0 | 0.21 | 0.94 | 0.20 | 46.63 | 0.89 | 0.43 |
| Hex | CD | A2 | C | 0 | 15 | 5E | 14 | 2F | 59 | 2B |
| Octal | 315 | 242 | 14 | 0 | 25 | 136 | 24 | 57 | 131 | 53 |
| Binary | 11001101 | 10100010 | 1100 | 0 | 10101 | 1011110 | 10100 | 101111 | 1011001 | 101011 |
Color Harmonies of #CDA20C
Complementary color
Monochromatic Colors of #CDA20C
Black with #CDA20C
Text Example
Text Example
White with #CDA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA20C; }
p { color: rgb(205,162,12); }
H1.HeaderClassName
{
color: #CDA20C;
}
.AnyTagClassName
{
color: #CDA20C;
}
</style>
background-color css
<style>
a { background-color: #CDA20C; }
a { background-color: rgb(205,162,12); }
div.DivClassName
{
background-color: #CDA20C;
}
.BgClassName
{
background-color: #CDA20C;
}
</style>
border-color css
<style>
span { border-color: #CDA20C; }
span { border-color: rgb(205,162,12); }
td.TdClassName
{
border-color: #CDA20C;
}
.TagClassName
{
border-color: #CDA20C;
}
</style>