Shades of Buddha Gold #CDA20B
Tints of Buddha Gold #CDA20B
RGB
CMYK
RGB Variations
Color information
#CDA20B (or 0xCDA20B) is known color: Buddha Gold. HEX triplet: CD, A2 and 0B. RGB value is (205,162,11). Sum of RGB (Red+Green+Blue) = 205+162+11=378 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.23% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA20B is #325DF4. Grayscale: #9E9E9E. Windows color (decimal): -3300853 or 762573. OLE color: 762573.
HSL color Cylindrical-coordinate representation of color #CDA20B: hue angle of 46.7º 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 #CDA20B is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 11 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.20 |
| HSL | 46.7º | 0.9% | 0.42% | - |
| HSV(B) | 46.7º | 0.95% | 0.8% | - |
| XYZ | 38.16 | 38.84 | 5.8 | - |
| YUV | 157.64 | 45.25 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 11 | 0 | 0.21 | 0.95 | 0.20 | 46.7 | 0.9 | 0.42 |
| Hex | CD | A2 | B | 0 | 15 | 5F | 14 | 2F | 5A | 2A |
| Octal | 315 | 242 | 13 | 0 | 25 | 137 | 24 | 57 | 132 | 52 |
| Binary | 11001101 | 10100010 | 1011 | 0 | 10101 | 1011111 | 10100 | 101111 | 1011010 | 101010 |
Color Harmonies of #CDA20B
Complementary color
Monochromatic Colors of #CDA20B
Black with #CDA20B
Text Example
Text Example
White with #CDA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA20B; }
p { color: rgb(205,162,11); }
H1.HeaderClassName
{
color: #CDA20B;
}
.AnyTagClassName
{
color: #CDA20B;
}
</style>
background-color css
<style>
a { background-color: #CDA20B; }
a { background-color: rgb(205,162,11); }
div.DivClassName
{
background-color: #CDA20B;
}
.BgClassName
{
background-color: #CDA20B;
}
</style>
border-color css
<style>
span { border-color: #CDA20B; }
span { border-color: rgb(205,162,11); }
td.TdClassName
{
border-color: #CDA20B;
}
.TagClassName
{
border-color: #CDA20B;
}
</style>