Shades of Buddha Gold #CCA213
Tints of Buddha Gold #CCA213
RGB
CMYK
RGB Variations
Color information
#CCA213 (or 0xCCA213) is known color: Buddha Gold. HEX triplet: CC, A2 and 13. RGB value is (204,162,19). Sum of RGB (Red+Green+Blue) = 204+162+19=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA213 is #335DEC. Grayscale: #9E9E9E. Windows color (decimal): -3366381 or 1286860. OLE color: 1286860.
HSL color Cylindrical-coordinate representation of color #CCA213: hue angle of 46.38º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCA213 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 162 | 19 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.2 |
| HSL | 46.38º | 0.83% | 0.44% | - |
| HSV(B) | 46.38º | 0.91% | 0.8% | - |
| XYZ | 37.94 | 38.73 | 6.09 | - |
| YUV | 158.26 | 49.41 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 162 | 19 | 0 | 0.21 | 0.91 | 0.2 | 46.38 | 0.83 | 0.44 |
| Hex | CC | A2 | 13 | 0 | 15 | 5B | 14 | 2E | 53 | 2C |
| Octal | 314 | 242 | 23 | 0 | 25 | 133 | 24 | 56 | 123 | 54 |
| Binary | 11001100 | 10100010 | 10011 | 0 | 10101 | 1011011 | 10100 | 101110 | 1010011 | 101100 |
Color Harmonies of #CCA213
Complementary color
Monochromatic Colors of #CCA213
Black with #CCA213
Text Example
Text Example
White with #CCA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA213; }
p { color: rgb(204,162,19); }
H1.HeaderClassName
{
color: #CCA213;
}
.AnyTagClassName
{
color: #CCA213;
}
</style>
background-color css
<style>
a { background-color: #CCA213; }
a { background-color: rgb(204,162,19); }
div.DivClassName
{
background-color: #CCA213;
}
.BgClassName
{
background-color: #CCA213;
}
</style>
border-color css
<style>
span { border-color: #CCA213; }
span { border-color: rgb(204,162,19); }
td.TdClassName
{
border-color: #CCA213;
}
.TagClassName
{
border-color: #CCA213;
}
</style>