Shades of Buddha Gold #CDA60B
Tints of Buddha Gold #CDA60B
RGB
CMYK
RGB Variations
Color information
#CDA60B (or 0xCDA60B) is known color: Buddha Gold. HEX triplet: CD, A6 and 0B. RGB value is (205,166,11). Sum of RGB (Red+Green+Blue) = 205+166+11=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA60B is #3259F4. Grayscale: #A0A0A0. Windows color (decimal): -3299829 or 763597. OLE color: 763597.
HSL color Cylindrical-coordinate representation of color #CDA60B: hue angle of 47.94º degrees, saturation: 0.9, 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 #CDA60B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.20 |
| HSL | 47.94º | 0.9% | 0.42% | - |
| HSV(B) | 47.94º | 0.95% | 0.8% | - |
| XYZ | 38.87 | 40.28 | 6.04 | - |
| YUV | 159.99 | 43.92 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 11 | 0 | 0.19 | 0.95 | 0.20 | 47.94 | 0.9 | 0.42 |
| Hex | CD | A6 | B | 0 | 13 | 5F | 14 | 30 | 5A | 2A |
| Octal | 315 | 246 | 13 | 0 | 23 | 137 | 24 | 60 | 132 | 52 |
| Binary | 11001101 | 10100110 | 1011 | 0 | 10011 | 1011111 | 10100 | 110000 | 1011010 | 101010 |
Color Harmonies of #CDA60B
Complementary color
Monochromatic Colors of #CDA60B
Black with #CDA60B
Text Example
Text Example
White with #CDA60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA60B; }
p { color: rgb(205,166,11); }
H1.HeaderClassName
{
color: #CDA60B;
}
.AnyTagClassName
{
color: #CDA60B;
}
</style>
background-color css
<style>
a { background-color: #CDA60B; }
a { background-color: rgb(205,166,11); }
div.DivClassName
{
background-color: #CDA60B;
}
.BgClassName
{
background-color: #CDA60B;
}
</style>
border-color css
<style>
span { border-color: #CDA60B; }
span { border-color: rgb(205,166,11); }
td.TdClassName
{
border-color: #CDA60B;
}
.TagClassName
{
border-color: #CDA60B;
}
</style>