Shades of Buddha Gold #CAA011
Tints of Buddha Gold #CAA011
RGB
CMYK
RGB Variations
Color information
#CAA011 (or 0xCAA011) is known color: Buddha Gold. HEX triplet: CA, A0 and 11. RGB value is (202,160,17). Sum of RGB (Red+Green+Blue) = 202+160+17=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 17 (7.03% from 255 or 4.49% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA011 is #355FEE. Grayscale: #9C9C9C. Windows color (decimal): -3497967 or 1155274. OLE color: 1155274.
HSL color Cylindrical-coordinate representation of color #CAA011: hue angle of 46.38º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAA011 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 17 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.21 |
| HSL | 46.38º | 0.84% | 0.43% | - |
| HSV(B) | 46.38º | 0.92% | 0.79% | - |
| XYZ | 37.03 | 37.74 | 5.86 | - |
| YUV | 156.26 | 49.41 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 17 | 0 | 0.21 | 0.92 | 0.21 | 46.38 | 0.84 | 0.43 |
| Hex | CA | A0 | 11 | 0 | 15 | 5C | 15 | 2E | 54 | 2B |
| Octal | 312 | 240 | 21 | 0 | 25 | 134 | 25 | 56 | 124 | 53 |
| Binary | 11001010 | 10100000 | 10001 | 0 | 10101 | 1011100 | 10101 | 101110 | 1010100 | 101011 |
Color Harmonies of #CAA011
Complementary color
Monochromatic Colors of #CAA011
Black with #CAA011
Text Example
Text Example
White with #CAA011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA011; }
p { color: rgb(202,160,17); }
H1.HeaderClassName
{
color: #CAA011;
}
.AnyTagClassName
{
color: #CAA011;
}
</style>
background-color css
<style>
a { background-color: #CAA011; }
a { background-color: rgb(202,160,17); }
div.DivClassName
{
background-color: #CAA011;
}
.BgClassName
{
background-color: #CAA011;
}
</style>
border-color css
<style>
span { border-color: #CAA011; }
span { border-color: rgb(202,160,17); }
td.TdClassName
{
border-color: #CAA011;
}
.TagClassName
{
border-color: #CAA011;
}
</style>