Shades of Buddha Gold #CDA506
Tints of Buddha Gold #CDA506
RGB
CMYK
RGB Variations
Color information
#CDA506 (or 0xCDA506) is known color: Buddha Gold. HEX triplet: CD, A5 and 06. RGB value is (205,165,6). Sum of RGB (Red+Green+Blue) = 205+165+6=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA506 is #325AF9. Grayscale: #9F9F9F. Windows color (decimal): -3300090 or 435661. OLE color: 435661.
HSL color Cylindrical-coordinate representation of color #CDA506: hue angle of 47.94º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDA506 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 6 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.20 |
| HSL | 47.94º | 0.94% | 0.41% | - |
| HSV(B) | 47.94º | 0.97% | 0.8% | - |
| XYZ | 38.66 | 39.9 | 5.84 | - |
| YUV | 158.83 | 41.75 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 6 | 0 | 0.20 | 0.97 | 0.20 | 47.94 | 0.94 | 0.41 |
| Hex | CD | A5 | 6 | 0 | 14 | 61 | 14 | 30 | 5E | 29 |
| Octal | 315 | 245 | 6 | 0 | 24 | 141 | 24 | 60 | 136 | 51 |
| Binary | 11001101 | 10100101 | 110 | 0 | 10100 | 1100001 | 10100 | 110000 | 1011110 | 101001 |
Color Harmonies of #CDA506
Complementary color
Monochromatic Colors of #CDA506
Black with #CDA506
Text Example
Text Example
White with #CDA506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA506; }
p { color: rgb(205,165,6); }
H1.HeaderClassName
{
color: #CDA506;
}
.AnyTagClassName
{
color: #CDA506;
}
</style>
background-color css
<style>
a { background-color: #CDA506; }
a { background-color: rgb(205,165,6); }
div.DivClassName
{
background-color: #CDA506;
}
.BgClassName
{
background-color: #CDA506;
}
</style>
border-color css
<style>
span { border-color: #CDA506; }
span { border-color: rgb(205,165,6); }
td.TdClassName
{
border-color: #CDA506;
}
.TagClassName
{
border-color: #CDA506;
}
</style>