Shades of Buddha Gold #CDA30A
Tints of Buddha Gold #CDA30A
RGB
CMYK
RGB Variations
Color information
#CDA30A (or 0xCDA30A) is known color: Buddha Gold. HEX triplet: CD, A3 and 0A. RGB value is (205,163,10). Sum of RGB (Red+Green+Blue) = 205+163+10=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA30A is #325CF5. Grayscale: #9E9E9E. Windows color (decimal): -3300598 or 697293. OLE color: 697293.
HSL color Cylindrical-coordinate representation of color #CDA30A: hue angle of 47.08º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDA30A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 10 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.20 |
| HSL | 47.08º | 0.91% | 0.42% | - |
| HSV(B) | 47.08º | 0.95% | 0.8% | - |
| XYZ | 38.33 | 39.2 | 5.83 | - |
| YUV | 158.12 | 44.41 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 10 | 0 | 0.20 | 0.95 | 0.20 | 47.08 | 0.91 | 0.42 |
| Hex | CD | A3 | A | 0 | 14 | 5F | 14 | 2F | 5B | 2A |
| Octal | 315 | 243 | 12 | 0 | 24 | 137 | 24 | 57 | 133 | 52 |
| Binary | 11001101 | 10100011 | 1010 | 0 | 10100 | 1011111 | 10100 | 101111 | 1011011 | 101010 |
Color Harmonies of #CDA30A
Complementary color
Monochromatic Colors of #CDA30A
Black with #CDA30A
Text Example
Text Example
White with #CDA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA30A; }
p { color: rgb(205,163,10); }
H1.HeaderClassName
{
color: #CDA30A;
}
.AnyTagClassName
{
color: #CDA30A;
}
</style>
background-color css
<style>
a { background-color: #CDA30A; }
a { background-color: rgb(205,163,10); }
div.DivClassName
{
background-color: #CDA30A;
}
.BgClassName
{
background-color: #CDA30A;
}
</style>
border-color css
<style>
span { border-color: #CDA30A; }
span { border-color: rgb(205,163,10); }
td.TdClassName
{
border-color: #CDA30A;
}
.TagClassName
{
border-color: #CDA30A;
}
</style>