Shades of Buddha Gold #CDA00C
Tints of Buddha Gold #CDA00C
RGB
CMYK
RGB Variations
Color information
#CDA00C (or 0xCDA00C) is known color: Buddha Gold. HEX triplet: CD, A0 and 0C. RGB value is (205,160,12). Sum of RGB (Red+Green+Blue) = 205+160+12=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA00C is #325FF3. Grayscale: #9D9D9D. Windows color (decimal): -3301364 or 827597. OLE color: 827597.
HSL color Cylindrical-coordinate representation of color #CDA00C: hue angle of 46.01º 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 #CDA00C is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 12 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.20 |
| HSL | 46.01º | 0.89% | 0.43% | - |
| HSV(B) | 46.01º | 0.94% | 0.8% | - |
| XYZ | 37.81 | 38.15 | 5.72 | - |
| YUV | 156.58 | 46.41 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 12 | 0 | 0.22 | 0.94 | 0.20 | 46.01 | 0.89 | 0.43 |
| Hex | CD | A0 | C | 0 | 16 | 5E | 14 | 2E | 59 | 2B |
| Octal | 315 | 240 | 14 | 0 | 26 | 136 | 24 | 56 | 131 | 53 |
| Binary | 11001101 | 10100000 | 1100 | 0 | 10110 | 1011110 | 10100 | 101110 | 1011001 | 101011 |
Color Harmonies of #CDA00C
Complementary color
Monochromatic Colors of #CDA00C
Black with #CDA00C
Text Example
Text Example
White with #CDA00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA00C; }
p { color: rgb(205,160,12); }
H1.HeaderClassName
{
color: #CDA00C;
}
.AnyTagClassName
{
color: #CDA00C;
}
</style>
background-color css
<style>
a { background-color: #CDA00C; }
a { background-color: rgb(205,160,12); }
div.DivClassName
{
background-color: #CDA00C;
}
.BgClassName
{
background-color: #CDA00C;
}
</style>
border-color css
<style>
span { border-color: #CDA00C; }
span { border-color: rgb(205,160,12); }
td.TdClassName
{
border-color: #CDA00C;
}
.TagClassName
{
border-color: #CDA00C;
}
</style>