Shades of Buddha Gold #CDA20D
Tints of Buddha Gold #CDA20D
RGB
CMYK
RGB Variations
Color information
#CDA20D (or 0xCDA20D) is known color: Buddha Gold. HEX triplet: CD, A2 and 0D. RGB value is (205,162,13). Sum of RGB (Red+Green+Blue) = 205+162+13=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA20D is #325DF2. Grayscale: #9E9E9E. Windows color (decimal): -3300851 or 893645. OLE color: 893645.
HSL color Cylindrical-coordinate representation of color #CDA20D: hue angle of 46.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDA20D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.20 |
| HSL | 46.56º | 0.88% | 0.43% | - |
| HSV(B) | 46.56º | 0.94% | 0.8% | - |
| XYZ | 38.17 | 38.85 | 5.87 | - |
| YUV | 157.87 | 46.25 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 13 | 0 | 0.21 | 0.94 | 0.20 | 46.56 | 0.88 | 0.43 |
| Hex | CD | A2 | D | 0 | 15 | 5E | 14 | 2F | 58 | 2B |
| Octal | 315 | 242 | 15 | 0 | 25 | 136 | 24 | 57 | 130 | 53 |
| Binary | 11001101 | 10100010 | 1101 | 0 | 10101 | 1011110 | 10100 | 101111 | 1011000 | 101011 |
Color Harmonies of #CDA20D
Complementary color
Monochromatic Colors of #CDA20D
Black with #CDA20D
Text Example
Text Example
White with #CDA20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA20D; }
p { color: rgb(205,162,13); }
H1.HeaderClassName
{
color: #CDA20D;
}
.AnyTagClassName
{
color: #CDA20D;
}
</style>
background-color css
<style>
a { background-color: #CDA20D; }
a { background-color: rgb(205,162,13); }
div.DivClassName
{
background-color: #CDA20D;
}
.BgClassName
{
background-color: #CDA20D;
}
</style>
border-color css
<style>
span { border-color: #CDA20D; }
span { border-color: rgb(205,162,13); }
td.TdClassName
{
border-color: #CDA20D;
}
.TagClassName
{
border-color: #CDA20D;
}
</style>