Shades of Buddha Gold #CCA50D
Tints of Buddha Gold #CCA50D
RGB
CMYK
RGB Variations
Color information
#CCA50D (or 0xCCA50D) is known color: Buddha Gold. HEX triplet: CC, A5 and 0D. RGB value is (204,165,13). Sum of RGB (Red+Green+Blue) = 204+165+13=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA50D is #335AF2. Grayscale: #9F9F9F. Windows color (decimal): -3365619 or 894412. OLE color: 894412.
HSL color Cylindrical-coordinate representation of color #CCA50D: hue angle of 47.75º 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 #CCA50D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 165 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.2 |
| HSL | 47.75º | 0.88% | 0.43% | - |
| HSV(B) | 47.75º | 0.94% | 0.8% | - |
| XYZ | 38.43 | 39.78 | 6.03 | - |
| YUV | 159.33 | 45.42 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 165 | 13 | 0 | 0.19 | 0.94 | 0.2 | 47.75 | 0.88 | 0.43 |
| Hex | CC | A5 | D | 0 | 13 | 5E | 14 | 30 | 58 | 2B |
| Octal | 314 | 245 | 15 | 0 | 23 | 136 | 24 | 60 | 130 | 53 |
| Binary | 11001100 | 10100101 | 1101 | 0 | 10011 | 1011110 | 10100 | 110000 | 1011000 | 101011 |
Color Harmonies of #CCA50D
Complementary color
Monochromatic Colors of #CCA50D
Black with #CCA50D
Text Example
Text Example
White with #CCA50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA50D; }
p { color: rgb(204,165,13); }
H1.HeaderClassName
{
color: #CCA50D;
}
.AnyTagClassName
{
color: #CCA50D;
}
</style>
background-color css
<style>
a { background-color: #CCA50D; }
a { background-color: rgb(204,165,13); }
div.DivClassName
{
background-color: #CCA50D;
}
.BgClassName
{
background-color: #CCA50D;
}
</style>
border-color css
<style>
span { border-color: #CCA50D; }
span { border-color: rgb(204,165,13); }
td.TdClassName
{
border-color: #CCA50D;
}
.TagClassName
{
border-color: #CCA50D;
}
</style>