Shades of Buddha Gold #CAA31A
Tints of Buddha Gold #CAA31A
RGB
CMYK
RGB Variations
Color information
#CAA31A (or 0xCAA31A) is known color: Buddha Gold. HEX triplet: CA, A3 and 1A. RGB value is (202,163,26). Sum of RGB (Red+Green+Blue) = 202+163+26=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA31A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA31A is #355CE5. Grayscale: #9F9F9F. Windows color (decimal): -3497190 or 1745866. OLE color: 1745866.
HSL color Cylindrical-coordinate representation of color #CAA31A: hue angle of 46.7º 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 #CAA31A is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 26 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.21 |
| HSL | 46.7º | 0.77% | 0.45% | - |
| HSV(B) | 46.7º | 0.87% | 0.79% | - |
| XYZ | 37.64 | 38.83 | 6.49 | - |
| YUV | 159.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 26 | 0 | 0.19 | 0.87 | 0.21 | 46.7 | 0.77 | 0.45 |
| Hex | CA | A3 | 1A | 0 | 13 | 57 | 15 | 2F | 4D | 2D |
| Octal | 312 | 243 | 32 | 0 | 23 | 127 | 25 | 57 | 115 | 55 |
| Binary | 11001010 | 10100011 | 11010 | 0 | 10011 | 1010111 | 10101 | 101111 | 1001101 | 101101 |
Color Harmonies of #CAA31A
Complementary color
Monochromatic Colors of #CAA31A
Black with #CAA31A
Text Example
Text Example
White with #CAA31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA31A; }
p { color: rgb(202,163,26); }
H1.HeaderClassName
{
color: #CAA31A;
}
.AnyTagClassName
{
color: #CAA31A;
}
</style>
background-color css
<style>
a { background-color: #CAA31A; }
a { background-color: rgb(202,163,26); }
div.DivClassName
{
background-color: #CAA31A;
}
.BgClassName
{
background-color: #CAA31A;
}
</style>
border-color css
<style>
span { border-color: #CAA31A; }
span { border-color: rgb(202,163,26); }
td.TdClassName
{
border-color: #CAA31A;
}
.TagClassName
{
border-color: #CAA31A;
}
</style>