Shades of Buddha Gold #CDA50D
Tints of Buddha Gold #CDA50D
RGB
CMYK
RGB Variations
Color information
#CDA50D (or 0xCDA50D) is known color: Buddha Gold. HEX triplet: CD, A5 and 0D. RGB value is (205,165,13). Sum of RGB (Red+Green+Blue) = 205+165+13=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA50D is #325AF2. Grayscale: #A0A0A0. Windows color (decimal): -3300083 or 894413. OLE color: 894413.
HSL color Cylindrical-coordinate representation of color #CDA50D: hue angle of 47.5º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDA50D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.20 |
| HSL | 47.5º | 0.88% | 0.43% | - |
| HSV(B) | 47.5º | 0.94% | 0.8% | - |
| XYZ | 38.7 | 39.92 | 6.05 | - |
| YUV | 159.63 | 45.25 | 160.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 13 | 0 | 0.20 | 0.94 | 0.20 | 47.5 | 0.88 | 0.43 |
| Hex | CD | A5 | D | 0 | 14 | 5E | 14 | 30 | 58 | 2B |
| Octal | 315 | 245 | 15 | 0 | 24 | 136 | 24 | 60 | 130 | 53 |
| Binary | 11001101 | 10100101 | 1101 | 0 | 10100 | 1011110 | 10100 | 110000 | 1011000 | 101011 |
Color Harmonies of #CDA50D
Complementary color
Monochromatic Colors of #CDA50D
Black with #CDA50D
Text Example
Text Example
White with #CDA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA50D; }
p { color: rgb(205,165,13); }
H1.HeaderClassName
{
color: #CDA50D;
}
.AnyTagClassName
{
color: #CDA50D;
}
</style>
background-color css
<style>
a { background-color: #CDA50D; }
a { background-color: rgb(205,165,13); }
div.DivClassName
{
background-color: #CDA50D;
}
.BgClassName
{
background-color: #CDA50D;
}
</style>
border-color css
<style>
span { border-color: #CDA50D; }
span { border-color: rgb(205,165,13); }
td.TdClassName
{
border-color: #CDA50D;
}
.TagClassName
{
border-color: #CDA50D;
}
</style>