Shades of Buddha Gold #CDA70B
Tints of Buddha Gold #CDA70B
RGB
CMYK
RGB Variations
Color information
#CDA70B (or 0xCDA70B) is known color: Buddha Gold. HEX triplet: CD, A7 and 0B. RGB value is (205,167,11). Sum of RGB (Red+Green+Blue) = 205+167+11=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA70B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA70B is #3258F4. Grayscale: #A1A1A1. Windows color (decimal): -3299573 or 763853. OLE color: 763853.
HSL color Cylindrical-coordinate representation of color #CDA70B: hue angle of 48.25º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDA70B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.20 |
| HSL | 48.25º | 0.9% | 0.42% | - |
| HSV(B) | 48.25º | 0.95% | 0.8% | - |
| XYZ | 39.06 | 40.64 | 6.1 | - |
| YUV | 160.58 | 43.59 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 11 | 0 | 0.19 | 0.95 | 0.20 | 48.25 | 0.9 | 0.42 |
| Hex | CD | A7 | B | 0 | 13 | 5F | 14 | 30 | 5A | 2A |
| Octal | 315 | 247 | 13 | 0 | 23 | 137 | 24 | 60 | 132 | 52 |
| Binary | 11001101 | 10100111 | 1011 | 0 | 10011 | 1011111 | 10100 | 110000 | 1011010 | 101010 |
Color Harmonies of #CDA70B
Complementary color
Monochromatic Colors of #CDA70B
Black with #CDA70B
Text Example
Text Example
White with #CDA70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA70B; }
p { color: rgb(205,167,11); }
H1.HeaderClassName
{
color: #CDA70B;
}
.AnyTagClassName
{
color: #CDA70B;
}
</style>
background-color css
<style>
a { background-color: #CDA70B; }
a { background-color: rgb(205,167,11); }
div.DivClassName
{
background-color: #CDA70B;
}
.BgClassName
{
background-color: #CDA70B;
}
</style>
border-color css
<style>
span { border-color: #CDA70B; }
span { border-color: rgb(205,167,11); }
td.TdClassName
{
border-color: #CDA70B;
}
.TagClassName
{
border-color: #CDA70B;
}
</style>