Shades of Buddha Gold #CDA807
Tints of Buddha Gold #CDA807
RGB
CMYK
RGB Variations
Color information
#CDA807 (or 0xCDA807) is known color: Buddha Gold. HEX triplet: CD, A8 and 07. RGB value is (205,168,7). Sum of RGB (Red+Green+Blue) = 205+168+7=380 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.95% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 7 (3.12% from 255 or 1.84% from 380); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA807 is #3257F8. Grayscale: #A1A1A1. Windows color (decimal): -3299321 or 501965. OLE color: 501965.
HSL color Cylindrical-coordinate representation of color #CDA807: hue angle of 48.79º 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 #CDA807 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.20 |
| HSL | 48.79º | 0.93% | 0.42% | - |
| HSV(B) | 48.79º | 0.97% | 0.8% | - |
| XYZ | 39.22 | 41 | 6.05 | - |
| YUV | 160.71 | 41.26 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 7 | 0 | 0.18 | 0.97 | 0.20 | 48.79 | 0.93 | 0.42 |
| Hex | CD | A8 | 7 | 0 | 12 | 61 | 14 | 31 | 5D | 2A |
| Octal | 315 | 250 | 7 | 0 | 22 | 141 | 24 | 61 | 135 | 52 |
| Binary | 11001101 | 10101000 | 111 | 0 | 10010 | 1100001 | 10100 | 110001 | 1011101 | 101010 |
Color Harmonies of #CDA807
Complementary color
Monochromatic Colors of #CDA807
Black with #CDA807
Text Example
Text Example
White with #CDA807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA807; }
p { color: rgb(205,168,7); }
H1.HeaderClassName
{
color: #CDA807;
}
.AnyTagClassName
{
color: #CDA807;
}
</style>
background-color css
<style>
a { background-color: #CDA807; }
a { background-color: rgb(205,168,7); }
div.DivClassName
{
background-color: #CDA807;
}
.BgClassName
{
background-color: #CDA807;
}
</style>
border-color css
<style>
span { border-color: #CDA807; }
span { border-color: rgb(205,168,7); }
td.TdClassName
{
border-color: #CDA807;
}
.TagClassName
{
border-color: #CDA807;
}
</style>