Shades of Buddha Gold #CCA20F
Tints of Buddha Gold #CCA20F
RGB
CMYK
RGB Variations
Color information
#CCA20F (or 0xCCA20F) is known color: Buddha Gold. HEX triplet: CC, A2 and 0F. RGB value is (204,162,15). Sum of RGB (Red+Green+Blue) = 204+162+15=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 162 (63.67% from 255 or 42.52% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA20F is #335DF0. Grayscale: #9E9E9E. Windows color (decimal): -3366385 or 1024716. OLE color: 1024716.
HSL color Cylindrical-coordinate representation of color #CCA20F: hue angle of 46.67º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCA20F is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 15 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.2 |
| HSL | 46.67º | 0.86% | 0.43% | - |
| HSV(B) | 46.67º | 0.93% | 0.8% | - |
| XYZ | 37.91 | 38.71 | 5.93 | - |
| YUV | 157.8 | 47.41 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 15 | 0 | 0.21 | 0.93 | 0.2 | 46.67 | 0.86 | 0.43 |
| Hex | CC | A2 | F | 0 | 15 | 5D | 14 | 2F | 56 | 2B |
| Octal | 314 | 242 | 17 | 0 | 25 | 135 | 24 | 57 | 126 | 53 |
| Binary | 11001100 | 10100010 | 1111 | 0 | 10101 | 1011101 | 10100 | 101111 | 1010110 | 101011 |
Color Harmonies of #CCA20F
Complementary color
Monochromatic Colors of #CCA20F
Black with #CCA20F
Text Example
Text Example
White with #CCA20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA20F; }
p { color: rgb(204,162,15); }
H1.HeaderClassName
{
color: #CCA20F;
}
.AnyTagClassName
{
color: #CCA20F;
}
</style>
background-color css
<style>
a { background-color: #CCA20F; }
a { background-color: rgb(204,162,15); }
div.DivClassName
{
background-color: #CCA20F;
}
.BgClassName
{
background-color: #CCA20F;
}
</style>
border-color css
<style>
span { border-color: #CCA20F; }
span { border-color: rgb(204,162,15); }
td.TdClassName
{
border-color: #CCA20F;
}
.TagClassName
{
border-color: #CCA20F;
}
</style>