Shades of Buddha Gold #CCAA0D
Tints of Buddha Gold #CCAA0D
RGB
CMYK
RGB Variations
Color information
#CCAA0D (or 0xCCAA0D) is known color: Buddha Gold. HEX triplet: CC, AA and 0D. RGB value is (204,170,13). Sum of RGB (Red+Green+Blue) = 204+170+13=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCAA0D is #3355F2. Grayscale: #A2A2A2. Windows color (decimal): -3364339 or 895692. OLE color: 895692.
HSL color Cylindrical-coordinate representation of color #CCAA0D: hue angle of 49.32º 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 #CCAA0D is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 13 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.2 |
| HSL | 49.32º | 0.88% | 0.43% | - |
| HSV(B) | 49.32º | 0.94% | 0.8% | - |
| XYZ | 39.35 | 41.62 | 6.34 | - |
| YUV | 162.27 | 43.76 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 13 | 0 | 0.17 | 0.94 | 0.2 | 49.32 | 0.88 | 0.43 |
| Hex | CC | AA | D | 0 | 11 | 5E | 14 | 31 | 58 | 2B |
| Octal | 314 | 252 | 15 | 0 | 21 | 136 | 24 | 61 | 130 | 53 |
| Binary | 11001100 | 10101010 | 1101 | 0 | 10001 | 1011110 | 10100 | 110001 | 1011000 | 101011 |
Color Harmonies of #CCAA0D
Complementary color
Monochromatic Colors of #CCAA0D
Black with #CCAA0D
Text Example
Text Example
White with #CCAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA0D; }
p { color: rgb(204,170,13); }
H1.HeaderClassName
{
color: #CCAA0D;
}
.AnyTagClassName
{
color: #CCAA0D;
}
</style>
background-color css
<style>
a { background-color: #CCAA0D; }
a { background-color: rgb(204,170,13); }
div.DivClassName
{
background-color: #CCAA0D;
}
.BgClassName
{
background-color: #CCAA0D;
}
</style>
border-color css
<style>
span { border-color: #CCAA0D; }
span { border-color: rgb(204,170,13); }
td.TdClassName
{
border-color: #CCAA0D;
}
.TagClassName
{
border-color: #CCAA0D;
}
</style>