Shades of Buddha Gold #CDA20A
Tints of Buddha Gold #CDA20A
RGB
CMYK
RGB Variations
Color information
#CDA20A (or 0xCDA20A) is known color: Buddha Gold. HEX triplet: CD, A2 and 0A. RGB value is (205,162,10). Sum of RGB (Red+Green+Blue) = 205+162+10=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA20A is #325DF5. Grayscale: #9E9E9E. Windows color (decimal): -3300854 or 697037. OLE color: 697037.
HSL color Cylindrical-coordinate representation of color #CDA20A: hue angle of 46.77º 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 #CDA20A is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 10 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.20 |
| HSL | 46.77º | 0.91% | 0.42% | - |
| HSV(B) | 46.77º | 0.95% | 0.8% | - |
| XYZ | 38.15 | 38.84 | 5.77 | - |
| YUV | 157.53 | 44.75 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 10 | 0 | 0.21 | 0.95 | 0.20 | 46.77 | 0.91 | 0.42 |
| Hex | CD | A2 | A | 0 | 15 | 5F | 14 | 2F | 5B | 2A |
| Octal | 315 | 242 | 12 | 0 | 25 | 137 | 24 | 57 | 133 | 52 |
| Binary | 11001101 | 10100010 | 1010 | 0 | 10101 | 1011111 | 10100 | 101111 | 1011011 | 101010 |
Color Harmonies of #CDA20A
Complementary color
Monochromatic Colors of #CDA20A
Black with #CDA20A
Text Example
Text Example
White with #CDA20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA20A; }
p { color: rgb(205,162,10); }
H1.HeaderClassName
{
color: #CDA20A;
}
.AnyTagClassName
{
color: #CDA20A;
}
</style>
background-color css
<style>
a { background-color: #CDA20A; }
a { background-color: rgb(205,162,10); }
div.DivClassName
{
background-color: #CDA20A;
}
.BgClassName
{
background-color: #CDA20A;
}
</style>
border-color css
<style>
span { border-color: #CDA20A; }
span { border-color: rgb(205,162,10); }
td.TdClassName
{
border-color: #CDA20A;
}
.TagClassName
{
border-color: #CDA20A;
}
</style>