Shades of Buddha Gold #CAA413
Tints of Buddha Gold #CAA413
RGB
CMYK
RGB Variations
Color information
#CAA413 (or 0xCAA413) is known color: Buddha Gold. HEX triplet: CA, A4 and 13. RGB value is (202,164,19). Sum of RGB (Red+Green+Blue) = 202+164+19=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA413 is #355BEC. Grayscale: #9F9F9F. Windows color (decimal): -3496941 or 1287370. OLE color: 1287370.
HSL color Cylindrical-coordinate representation of color #CAA413: hue angle of 47.54º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAA413 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 19 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.21 |
| HSL | 47.54º | 0.83% | 0.43% | - |
| HSV(B) | 47.54º | 0.91% | 0.79% | - |
| XYZ | 37.75 | 39.15 | 6.18 | - |
| YUV | 158.83 | 49.09 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 19 | 0 | 0.19 | 0.91 | 0.21 | 47.54 | 0.83 | 0.43 |
| Hex | CA | A4 | 13 | 0 | 13 | 5B | 15 | 30 | 53 | 2B |
| Octal | 312 | 244 | 23 | 0 | 23 | 133 | 25 | 60 | 123 | 53 |
| Binary | 11001010 | 10100100 | 10011 | 0 | 10011 | 1011011 | 10101 | 110000 | 1010011 | 101011 |
Color Harmonies of #CAA413
Complementary color
Monochromatic Colors of #CAA413
Black with #CAA413
Text Example
Text Example
White with #CAA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA413; }
p { color: rgb(202,164,19); }
H1.HeaderClassName
{
color: #CAA413;
}
.AnyTagClassName
{
color: #CAA413;
}
</style>
background-color css
<style>
a { background-color: #CAA413; }
a { background-color: rgb(202,164,19); }
div.DivClassName
{
background-color: #CAA413;
}
.BgClassName
{
background-color: #CAA413;
}
</style>
border-color css
<style>
span { border-color: #CAA413; }
span { border-color: rgb(202,164,19); }
td.TdClassName
{
border-color: #CAA413;
}
.TagClassName
{
border-color: #CAA413;
}
</style>