Shades of Buddha Gold #CCA10D
Tints of Buddha Gold #CCA10D
RGB
CMYK
RGB Variations
Color information
#CCA10D (or 0xCCA10D) is known color: Buddha Gold. HEX triplet: CC, A1 and 0D. RGB value is (204,161,13). Sum of RGB (Red+Green+Blue) = 204+161+13=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA10D is #335EF2. Grayscale: #9D9D9D. Windows color (decimal): -3366643 or 893388. OLE color: 893388.
HSL color Cylindrical-coordinate representation of color #CCA10D: hue angle of 46.49º 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 #CCA10D is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 161 | 13 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.2 |
| HSL | 46.49º | 0.88% | 0.43% | - |
| HSV(B) | 46.49º | 0.94% | 0.8% | - |
| XYZ | 37.72 | 38.36 | 5.8 | - |
| YUV | 156.99 | 46.75 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 161 | 13 | 0 | 0.21 | 0.94 | 0.2 | 46.49 | 0.88 | 0.43 |
| Hex | CC | A1 | D | 0 | 15 | 5E | 14 | 2E | 58 | 2B |
| Octal | 314 | 241 | 15 | 0 | 25 | 136 | 24 | 56 | 130 | 53 |
| Binary | 11001100 | 10100001 | 1101 | 0 | 10101 | 1011110 | 10100 | 101110 | 1011000 | 101011 |
Color Harmonies of #CCA10D
Complementary color
Monochromatic Colors of #CCA10D
Black with #CCA10D
Text Example
Text Example
White with #CCA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA10D; }
p { color: rgb(204,161,13); }
H1.HeaderClassName
{
color: #CCA10D;
}
.AnyTagClassName
{
color: #CCA10D;
}
</style>
background-color css
<style>
a { background-color: #CCA10D; }
a { background-color: rgb(204,161,13); }
div.DivClassName
{
background-color: #CCA10D;
}
.BgClassName
{
background-color: #CCA10D;
}
</style>
border-color css
<style>
span { border-color: #CCA10D; }
span { border-color: rgb(204,161,13); }
td.TdClassName
{
border-color: #CCA10D;
}
.TagClassName
{
border-color: #CCA10D;
}
</style>