Shades of Buddha Gold #CDA50E
Tints of Buddha Gold #CDA50E
RGB
CMYK
RGB Variations
Color information
#CDA50E (or 0xCDA50E) is known color: Buddha Gold. HEX triplet: CD, A5 and 0E. RGB value is (205,165,14). Sum of RGB (Red+Green+Blue) = 205+165+14=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA50E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA50E is #325AF1. Grayscale: #A0A0A0. Windows color (decimal): -3300082 or 959949. OLE color: 959949.
HSL color Cylindrical-coordinate representation of color #CDA50E: hue angle of 47.43º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDA50E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 14 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.20 |
| HSL | 47.43º | 0.87% | 0.43% | - |
| HSV(B) | 47.43º | 0.93% | 0.8% | - |
| XYZ | 38.71 | 39.92 | 6.08 | - |
| YUV | 159.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 14 | 0 | 0.20 | 0.93 | 0.20 | 47.43 | 0.87 | 0.43 |
| Hex | CD | A5 | E | 0 | 14 | 5D | 14 | 2F | 57 | 2B |
| Octal | 315 | 245 | 16 | 0 | 24 | 135 | 24 | 57 | 127 | 53 |
| Binary | 11001101 | 10100101 | 1110 | 0 | 10100 | 1011101 | 10100 | 101111 | 1010111 | 101011 |
Color Harmonies of #CDA50E
Complementary color
Monochromatic Colors of #CDA50E
Black with #CDA50E
Text Example
Text Example
White with #CDA50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA50E; }
p { color: rgb(205,165,14); }
H1.HeaderClassName
{
color: #CDA50E;
}
.AnyTagClassName
{
color: #CDA50E;
}
</style>
background-color css
<style>
a { background-color: #CDA50E; }
a { background-color: rgb(205,165,14); }
div.DivClassName
{
background-color: #CDA50E;
}
.BgClassName
{
background-color: #CDA50E;
}
</style>
border-color css
<style>
span { border-color: #CDA50E; }
span { border-color: rgb(205,165,14); }
td.TdClassName
{
border-color: #CDA50E;
}
.TagClassName
{
border-color: #CDA50E;
}
</style>