Shades of Buddha Gold #CDA112
Tints of Buddha Gold #CDA112
RGB
CMYK
RGB Variations
Color information
#CDA112 (or 0xCDA112) is known color: Buddha Gold. HEX triplet: CD, A1 and 12. RGB value is (205,161,18). Sum of RGB (Red+Green+Blue) = 205+161+18=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA112 is #325EED. Grayscale: #9E9E9E. Windows color (decimal): -3301102 or 1221069. OLE color: 1221069.
HSL color Cylindrical-coordinate representation of color #CDA112: hue angle of 45.88º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDA112 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 18 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.20 |
| HSL | 45.88º | 0.84% | 0.44% | - |
| HSV(B) | 45.88º | 0.91% | 0.8% | - |
| XYZ | 38.03 | 38.51 | 6 | - |
| YUV | 157.85 | 49.08 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 18 | 0 | 0.21 | 0.91 | 0.20 | 45.88 | 0.84 | 0.44 |
| Hex | CD | A1 | 12 | 0 | 15 | 5B | 14 | 2E | 54 | 2C |
| Octal | 315 | 241 | 22 | 0 | 25 | 133 | 24 | 56 | 124 | 54 |
| Binary | 11001101 | 10100001 | 10010 | 0 | 10101 | 1011011 | 10100 | 101110 | 1010100 | 101100 |
Color Harmonies of #CDA112
Complementary color
Monochromatic Colors of #CDA112
Black with #CDA112
Text Example
Text Example
White with #CDA112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA112; }
p { color: rgb(205,161,18); }
H1.HeaderClassName
{
color: #CDA112;
}
.AnyTagClassName
{
color: #CDA112;
}
</style>
background-color css
<style>
a { background-color: #CDA112; }
a { background-color: rgb(205,161,18); }
div.DivClassName
{
background-color: #CDA112;
}
.BgClassName
{
background-color: #CDA112;
}
</style>
border-color css
<style>
span { border-color: #CDA112; }
span { border-color: rgb(205,161,18); }
td.TdClassName
{
border-color: #CDA112;
}
.TagClassName
{
border-color: #CDA112;
}
</style>