Shades of Buddha Gold #CAA01A
Tints of Buddha Gold #CAA01A
RGB
CMYK
RGB Variations
Color information
#CAA01A (or 0xCAA01A) is known color: Buddha Gold. HEX triplet: CA, A0 and 1A. RGB value is (202,160,26). Sum of RGB (Red+Green+Blue) = 202+160+26=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 26 (10.55% from 255 or 6.70% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA01A is #355FE5. Grayscale: #9D9D9D. Windows color (decimal): -3497958 or 1745098. OLE color: 1745098.
HSL color Cylindrical-coordinate representation of color #CAA01A: hue angle of 45.68º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CAA01A is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 26 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.21 |
| HSL | 45.68º | 0.77% | 0.45% | - |
| HSV(B) | 45.68º | 0.87% | 0.79% | - |
| XYZ | 37.11 | 37.77 | 6.31 | - |
| YUV | 157.28 | 53.91 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 26 | 0 | 0.21 | 0.87 | 0.21 | 45.68 | 0.77 | 0.45 |
| Hex | CA | A0 | 1A | 0 | 15 | 57 | 15 | 2E | 4D | 2D |
| Octal | 312 | 240 | 32 | 0 | 25 | 127 | 25 | 56 | 115 | 55 |
| Binary | 11001010 | 10100000 | 11010 | 0 | 10101 | 1010111 | 10101 | 101110 | 1001101 | 101101 |
Color Harmonies of #CAA01A
Complementary color
Monochromatic Colors of #CAA01A
Black with #CAA01A
Text Example
Text Example
White with #CAA01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA01A; }
p { color: rgb(202,160,26); }
H1.HeaderClassName
{
color: #CAA01A;
}
.AnyTagClassName
{
color: #CAA01A;
}
</style>
background-color css
<style>
a { background-color: #CAA01A; }
a { background-color: rgb(202,160,26); }
div.DivClassName
{
background-color: #CAA01A;
}
.BgClassName
{
background-color: #CAA01A;
}
</style>
border-color css
<style>
span { border-color: #CAA01A; }
span { border-color: rgb(202,160,26); }
td.TdClassName
{
border-color: #CAA01A;
}
.TagClassName
{
border-color: #CAA01A;
}
</style>