Shades of Buddha Gold #CAA600
Tints of Buddha Gold #CAA600
RGB
CMYK
RGB Variations
Color information
#CAA600 (or 0xCAA600) is known color: Buddha Gold. HEX triplet: CA, A6 and 00. RGB value is (202,166,0). Sum of RGB (Red+Green+Blue) = 202+166+0=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA600 is #3559FF. Grayscale: #9E9E9E. Windows color (decimal): -3496448 or 42698. OLE color: 42698.
HSL color Cylindrical-coordinate representation of color #CAA600: hue angle of 49.31º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CAA600 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.21 |
| HSL | 49.31º | 1% | 0.4% | - |
| HSV(B) | 49.31º | 1% | 0.79% | - |
| XYZ | 37.99 | 39.83 | 5.69 | - |
| YUV | 157.84 | 38.93 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 0 | 0 | 0.18 | 1 | 0.21 | 49.31 | 1 | 0.4 |
| Hex | CA | A6 | 0 | 0 | 12 | 64 | 15 | 31 | 64 | 28 |
| Octal | 312 | 246 | 0 | 0 | 22 | 144 | 25 | 61 | 144 | 50 |
| Binary | 11001010 | 10100110 | 0 | 0 | 10010 | 1100100 | 10101 | 110001 | 1100100 | 101000 |
Color Harmonies of #CAA600
Complementary color
Monochromatic Colors of #CAA600
Black with #CAA600
Text Example
Text Example
White with #CAA600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA600; }
p { color: rgb(202,166,0); }
H1.HeaderClassName
{
color: #CAA600;
}
.AnyTagClassName
{
color: #CAA600;
}
</style>
background-color css
<style>
a { background-color: #CAA600; }
a { background-color: rgb(202,166,0); }
div.DivClassName
{
background-color: #CAA600;
}
.BgClassName
{
background-color: #CAA600;
}
</style>
border-color css
<style>
span { border-color: #CAA600; }
span { border-color: rgb(202,166,0); }
td.TdClassName
{
border-color: #CAA600;
}
.TagClassName
{
border-color: #CAA600;
}
</style>