Shades of Buddha Gold #CAA411
Tints of Buddha Gold #CAA411
RGB
CMYK
RGB Variations
Color information
#CAA411 (or 0xCAA411) is known color: Buddha Gold. HEX triplet: CA, A4 and 11. RGB value is (202,164,17). Sum of RGB (Red+Green+Blue) = 202+164+17=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA411 is #355BEE. Grayscale: #9F9F9F. Windows color (decimal): -3496943 or 1156298. OLE color: 1156298.
HSL color Cylindrical-coordinate representation of color #CAA411: hue angle of 47.68º 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 #CAA411 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 17 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.21 |
| HSL | 47.68º | 0.84% | 0.43% | - |
| HSV(B) | 47.68º | 0.92% | 0.79% | - |
| XYZ | 37.73 | 39.15 | 6.1 | - |
| YUV | 158.6 | 48.09 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 17 | 0 | 0.19 | 0.92 | 0.21 | 47.68 | 0.84 | 0.43 |
| Hex | CA | A4 | 11 | 0 | 13 | 5C | 15 | 30 | 54 | 2B |
| Octal | 312 | 244 | 21 | 0 | 23 | 134 | 25 | 60 | 124 | 53 |
| Binary | 11001010 | 10100100 | 10001 | 0 | 10011 | 1011100 | 10101 | 110000 | 1010100 | 101011 |
Color Harmonies of #CAA411
Complementary color
Monochromatic Colors of #CAA411
Black with #CAA411
Text Example
Text Example
White with #CAA411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA411; }
p { color: rgb(202,164,17); }
H1.HeaderClassName
{
color: #CAA411;
}
.AnyTagClassName
{
color: #CAA411;
}
</style>
background-color css
<style>
a { background-color: #CAA411; }
a { background-color: rgb(202,164,17); }
div.DivClassName
{
background-color: #CAA411;
}
.BgClassName
{
background-color: #CAA411;
}
</style>
border-color css
<style>
span { border-color: #CAA411; }
span { border-color: rgb(202,164,17); }
td.TdClassName
{
border-color: #CAA411;
}
.TagClassName
{
border-color: #CAA411;
}
</style>