Shades of Buddha Gold #CDA40A
Tints of Buddha Gold #CDA40A
RGB
CMYK
RGB Variations
Color information
#CDA40A (or 0xCDA40A) is known color: Buddha Gold. HEX triplet: CD, A4 and 0A. RGB value is (205,164,10). Sum of RGB (Red+Green+Blue) = 205+164+10=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA40A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CDA40A is #325BF5. Grayscale: #9F9F9F. Windows color (decimal): -3300342 or 697549. OLE color: 697549.
HSL color Cylindrical-coordinate representation of color #CDA40A: hue angle of 47.38º degrees, saturation: 0.91, 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 #CDA40A is Cyan = 0, Magento = 0.2, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 10 | - |
| CMYK | 0 | 0.2 | 0.95 | 0.20 |
| HSL | 47.38º | 0.91% | 0.42% | - |
| HSV(B) | 47.38º | 0.95% | 0.8% | - |
| XYZ | 38.51 | 39.55 | 5.89 | - |
| YUV | 158.7 | 44.08 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 10 | 0 | 0.2 | 0.95 | 0.20 | 47.38 | 0.91 | 0.42 |
| Hex | CD | A4 | A | 0 | 14 | 5F | 14 | 2F | 5B | 2A |
| Octal | 315 | 244 | 12 | 0 | 24 | 137 | 24 | 57 | 133 | 52 |
| Binary | 11001101 | 10100100 | 1010 | 0 | 10100 | 1011111 | 10100 | 101111 | 1011011 | 101010 |
Color Harmonies of #CDA40A
Complementary color
Monochromatic Colors of #CDA40A
Black with #CDA40A
Text Example
Text Example
White with #CDA40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA40A; }
p { color: rgb(205,164,10); }
H1.HeaderClassName
{
color: #CDA40A;
}
.AnyTagClassName
{
color: #CDA40A;
}
</style>
background-color css
<style>
a { background-color: #CDA40A; }
a { background-color: rgb(205,164,10); }
div.DivClassName
{
background-color: #CDA40A;
}
.BgClassName
{
background-color: #CDA40A;
}
</style>
border-color css
<style>
span { border-color: #CDA40A; }
span { border-color: rgb(205,164,10); }
td.TdClassName
{
border-color: #CDA40A;
}
.TagClassName
{
border-color: #CDA40A;
}
</style>