Shades of Buddha Gold #CAA711
Tints of Buddha Gold #CAA711
RGB
CMYK
RGB Variations
Color information
#CAA711 (or 0xCAA711) is known color: Buddha Gold. HEX triplet: CA, A7 and 11. RGB value is (202,167,17). Sum of RGB (Red+Green+Blue) = 202+167+17=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA711 is #3558EE. Grayscale: #A1A1A1. Windows color (decimal): -3496175 or 1157066. OLE color: 1157066.
HSL color Cylindrical-coordinate representation of color #CAA711: hue angle of 48.65º 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 #CAA711 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 167 | 17 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.21 |
| HSL | 48.65º | 0.84% | 0.43% | - |
| HSV(B) | 48.65º | 0.92% | 0.79% | - |
| XYZ | 38.28 | 40.23 | 6.28 | - |
| YUV | 160.37 | 47.1 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 17 | 0 | 0.17 | 0.92 | 0.21 | 48.65 | 0.84 | 0.43 |
| Hex | CA | A7 | 11 | 0 | 11 | 5C | 15 | 31 | 54 | 2B |
| Octal | 312 | 247 | 21 | 0 | 21 | 134 | 25 | 61 | 124 | 53 |
| Binary | 11001010 | 10100111 | 10001 | 0 | 10001 | 1011100 | 10101 | 110001 | 1010100 | 101011 |
Color Harmonies of #CAA711
Complementary color
Monochromatic Colors of #CAA711
Black with #CAA711
Text Example
Text Example
White with #CAA711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA711; }
p { color: rgb(202,167,17); }
H1.HeaderClassName
{
color: #CAA711;
}
.AnyTagClassName
{
color: #CAA711;
}
</style>
background-color css
<style>
a { background-color: #CAA711; }
a { background-color: rgb(202,167,17); }
div.DivClassName
{
background-color: #CAA711;
}
.BgClassName
{
background-color: #CAA711;
}
</style>
border-color css
<style>
span { border-color: #CAA711; }
span { border-color: rgb(202,167,17); }
td.TdClassName
{
border-color: #CAA711;
}
.TagClassName
{
border-color: #CAA711;
}
</style>