Shades of Buddha Gold #CAA614
Tints of Buddha Gold #CAA614
RGB
CMYK
RGB Variations
Color information
#CAA614 (or 0xCAA614) is known color: Buddha Gold. HEX triplet: CA, A6 and 14. RGB value is (202,166,20). Sum of RGB (Red+Green+Blue) = 202+166+20=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA614 is #3559EB. Grayscale: #A0A0A0. Windows color (decimal): -3496428 or 1353418. OLE color: 1353418.
HSL color Cylindrical-coordinate representation of color #CAA614: hue angle of 48.13º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAA614 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 20 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.21 |
| HSL | 48.13º | 0.82% | 0.44% | - |
| HSV(B) | 48.13º | 0.9% | 0.79% | - |
| XYZ | 38.12 | 39.88 | 6.35 | - |
| YUV | 160.12 | 48.93 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 20 | 0 | 0.18 | 0.90 | 0.21 | 48.13 | 0.82 | 0.44 |
| Hex | CA | A6 | 14 | 0 | 12 | 5A | 15 | 30 | 52 | 2C |
| Octal | 312 | 246 | 24 | 0 | 22 | 132 | 25 | 60 | 122 | 54 |
| Binary | 11001010 | 10100110 | 10100 | 0 | 10010 | 1011010 | 10101 | 110000 | 1010010 | 101100 |
Color Harmonies of #CAA614
Complementary color
Monochromatic Colors of #CAA614
Black with #CAA614
Text Example
Text Example
White with #CAA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA614; }
p { color: rgb(202,166,20); }
H1.HeaderClassName
{
color: #CAA614;
}
.AnyTagClassName
{
color: #CAA614;
}
</style>
background-color css
<style>
a { background-color: #CAA614; }
a { background-color: rgb(202,166,20); }
div.DivClassName
{
background-color: #CAA614;
}
.BgClassName
{
background-color: #CAA614;
}
</style>
border-color css
<style>
span { border-color: #CAA614; }
span { border-color: rgb(202,166,20); }
td.TdClassName
{
border-color: #CAA614;
}
.TagClassName
{
border-color: #CAA614;
}
</style>