Shades of Buddha Gold #CDA507
Tints of Buddha Gold #CDA507
RGB
CMYK
RGB Variations
Color information
#CDA507 (or 0xCDA507) is known color: Buddha Gold. HEX triplet: CD, A5 and 07. RGB value is (205,165,7). Sum of RGB (Red+Green+Blue) = 205+165+7=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA507 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA507 is #325AF8. Grayscale: #9F9F9F. Windows color (decimal): -3300089 or 501197. OLE color: 501197.
HSL color Cylindrical-coordinate representation of color #CDA507: hue angle of 47.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CDA507 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 7 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.20 |
| HSL | 47.88º | 0.93% | 0.42% | - |
| HSV(B) | 47.88º | 0.97% | 0.8% | - |
| XYZ | 38.67 | 39.9 | 5.87 | - |
| YUV | 158.95 | 42.25 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 7 | 0 | 0.20 | 0.97 | 0.20 | 47.88 | 0.93 | 0.42 |
| Hex | CD | A5 | 7 | 0 | 14 | 61 | 14 | 30 | 5D | 2A |
| Octal | 315 | 245 | 7 | 0 | 24 | 141 | 24 | 60 | 135 | 52 |
| Binary | 11001101 | 10100101 | 111 | 0 | 10100 | 1100001 | 10100 | 110000 | 1011101 | 101010 |
Color Harmonies of #CDA507
Complementary color
Monochromatic Colors of #CDA507
Black with #CDA507
Text Example
Text Example
White with #CDA507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA507; }
p { color: rgb(205,165,7); }
H1.HeaderClassName
{
color: #CDA507;
}
.AnyTagClassName
{
color: #CDA507;
}
</style>
background-color css
<style>
a { background-color: #CDA507; }
a { background-color: rgb(205,165,7); }
div.DivClassName
{
background-color: #CDA507;
}
.BgClassName
{
background-color: #CDA507;
}
</style>
border-color css
<style>
span { border-color: #CDA507; }
span { border-color: rgb(205,165,7); }
td.TdClassName
{
border-color: #CDA507;
}
.TagClassName
{
border-color: #CDA507;
}
</style>