Shades of Buddha Gold #CCA40D
Tints of Buddha Gold #CCA40D
RGB
CMYK
RGB Variations
Color information
#CCA40D (or 0xCCA40D) is known color: Buddha Gold. HEX triplet: CC, A4 and 0D. RGB value is (204,164,13). Sum of RGB (Red+Green+Blue) = 204+164+13=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA40D is #335BF2. Grayscale: #9F9F9F. Windows color (decimal): -3365875 or 894156. OLE color: 894156.
HSL color Cylindrical-coordinate representation of color #CCA40D: hue angle of 47.43º 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 #CCA40D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 164 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.2 |
| HSL | 47.43º | 0.88% | 0.43% | - |
| HSV(B) | 47.43º | 0.94% | 0.8% | - |
| XYZ | 38.25 | 39.42 | 5.97 | - |
| YUV | 158.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 164 | 13 | 0 | 0.20 | 0.94 | 0.2 | 47.43 | 0.88 | 0.43 |
| Hex | CC | A4 | D | 0 | 14 | 5E | 14 | 2F | 58 | 2B |
| Octal | 314 | 244 | 15 | 0 | 24 | 136 | 24 | 57 | 130 | 53 |
| Binary | 11001100 | 10100100 | 1101 | 0 | 10100 | 1011110 | 10100 | 101111 | 1011000 | 101011 |
Color Harmonies of #CCA40D
Complementary color
Monochromatic Colors of #CCA40D
Black with #CCA40D
Text Example
Text Example
White with #CCA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA40D; }
p { color: rgb(204,164,13); }
H1.HeaderClassName
{
color: #CCA40D;
}
.AnyTagClassName
{
color: #CCA40D;
}
</style>
background-color css
<style>
a { background-color: #CCA40D; }
a { background-color: rgb(204,164,13); }
div.DivClassName
{
background-color: #CCA40D;
}
.BgClassName
{
background-color: #CCA40D;
}
</style>
border-color css
<style>
span { border-color: #CCA40D; }
span { border-color: rgb(204,164,13); }
td.TdClassName
{
border-color: #CCA40D;
}
.TagClassName
{
border-color: #CCA40D;
}
</style>