Shades of Buddha Gold #CDA30D
Tints of Buddha Gold #CDA30D
RGB
CMYK
RGB Variations
Color information
#CDA30D (or 0xCDA30D) is known color: Buddha Gold. HEX triplet: CD, A3 and 0D. RGB value is (205,163,13). Sum of RGB (Red+Green+Blue) = 205+163+13=381 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.81% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA30D is #325CF2. Grayscale: #9F9F9F. Windows color (decimal): -3300595 or 893901. OLE color: 893901.
HSL color Cylindrical-coordinate representation of color #CDA30D: hue angle of 46.88º 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 #CDA30D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.20 |
| HSL | 46.88º | 0.88% | 0.43% | - |
| HSV(B) | 46.88º | 0.94% | 0.8% | - |
| XYZ | 38.35 | 39.2 | 5.93 | - |
| YUV | 158.46 | 45.91 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 13 | 0 | 0.20 | 0.94 | 0.20 | 46.88 | 0.88 | 0.43 |
| Hex | CD | A3 | D | 0 | 14 | 5E | 14 | 2F | 58 | 2B |
| Octal | 315 | 243 | 15 | 0 | 24 | 136 | 24 | 57 | 130 | 53 |
| Binary | 11001101 | 10100011 | 1101 | 0 | 10100 | 1011110 | 10100 | 101111 | 1011000 | 101011 |
Color Harmonies of #CDA30D
Complementary color
Monochromatic Colors of #CDA30D
Black with #CDA30D
Text Example
Text Example
White with #CDA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA30D; }
p { color: rgb(205,163,13); }
H1.HeaderClassName
{
color: #CDA30D;
}
.AnyTagClassName
{
color: #CDA30D;
}
</style>
background-color css
<style>
a { background-color: #CDA30D; }
a { background-color: rgb(205,163,13); }
div.DivClassName
{
background-color: #CDA30D;
}
.BgClassName
{
background-color: #CDA30D;
}
</style>
border-color css
<style>
span { border-color: #CDA30D; }
span { border-color: rgb(205,163,13); }
td.TdClassName
{
border-color: #CDA30D;
}
.TagClassName
{
border-color: #CDA30D;
}
</style>