Shades of Buddha Gold #CAA500
Tints of Buddha Gold #CAA500
RGB
CMYK
RGB Variations
Color information
#CAA500 (or 0xCAA500) is known color: Buddha Gold. HEX triplet: CA, A5 and 00. RGB value is (202,165,0). Sum of RGB (Red+Green+Blue) = 202+165+0=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA500 is #355AFF. Grayscale: #9D9D9D. Windows color (decimal): -3496704 or 42442. OLE color: 42442.
HSL color Cylindrical-coordinate representation of color #CAA500: hue angle of 49.01º 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 #CAA500 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.21 |
| HSL | 49.01º | 1% | 0.4% | - |
| HSV(B) | 49.01º | 1% | 0.79% | - |
| XYZ | 37.81 | 39.47 | 5.62 | - |
| YUV | 157.25 | 39.26 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 0 | 0 | 0.18 | 1 | 0.21 | 49.01 | 1 | 0.4 |
| Hex | CA | A5 | 0 | 0 | 12 | 64 | 15 | 31 | 64 | 28 |
| Octal | 312 | 245 | 0 | 0 | 22 | 144 | 25 | 61 | 144 | 50 |
| Binary | 11001010 | 10100101 | 0 | 0 | 10010 | 1100100 | 10101 | 110001 | 1100100 | 101000 |
Color Harmonies of #CAA500
Complementary color
Monochromatic Colors of #CAA500
Black with #CAA500
Text Example
Text Example
White with #CAA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA500; }
p { color: rgb(202,165,0); }
H1.HeaderClassName
{
color: #CAA500;
}
.AnyTagClassName
{
color: #CAA500;
}
</style>
background-color css
<style>
a { background-color: #CAA500; }
a { background-color: rgb(202,165,0); }
div.DivClassName
{
background-color: #CAA500;
}
.BgClassName
{
background-color: #CAA500;
}
</style>
border-color css
<style>
span { border-color: #CAA500; }
span { border-color: rgb(202,165,0); }
td.TdClassName
{
border-color: #CAA500;
}
.TagClassName
{
border-color: #CAA500;
}
</style>