Shades of Buddha Gold #CAA404
Tints of Buddha Gold #CAA404
RGB
CMYK
RGB Variations
Color information
#CAA404 (or 0xCAA404) is known color: Buddha Gold. HEX triplet: CA, A4 and 04. RGB value is (202,164,4). Sum of RGB (Red+Green+Blue) = 202+164+4=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 4 (1.95% from 255 or 1.08% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA404 is #355BFB. Grayscale: #9D9D9D. Windows color (decimal): -3496956 or 304330. OLE color: 304330.
HSL color Cylindrical-coordinate representation of color #CAA404: hue angle of 48.48º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CAA404 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 4 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.21 |
| HSL | 48.48º | 0.96% | 0.4% | - |
| HSV(B) | 48.48º | 0.98% | 0.79% | - |
| XYZ | 37.65 | 39.12 | 5.68 | - |
| YUV | 157.12 | 41.59 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 4 | 0 | 0.19 | 0.98 | 0.21 | 48.48 | 0.96 | 0.4 |
| Hex | CA | A4 | 4 | 0 | 13 | 62 | 15 | 30 | 60 | 28 |
| Octal | 312 | 244 | 4 | 0 | 23 | 142 | 25 | 60 | 140 | 50 |
| Binary | 11001010 | 10100100 | 100 | 0 | 10011 | 1100010 | 10101 | 110000 | 1100000 | 101000 |
Color Harmonies of #CAA404
Complementary color
Monochromatic Colors of #CAA404
Black with #CAA404
Text Example
Text Example
White with #CAA404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA404; }
p { color: rgb(202,164,4); }
H1.HeaderClassName
{
color: #CAA404;
}
.AnyTagClassName
{
color: #CAA404;
}
</style>
background-color css
<style>
a { background-color: #CAA404; }
a { background-color: rgb(202,164,4); }
div.DivClassName
{
background-color: #CAA404;
}
.BgClassName
{
background-color: #CAA404;
}
</style>
border-color css
<style>
span { border-color: #CAA404; }
span { border-color: rgb(202,164,4); }
td.TdClassName
{
border-color: #CAA404;
}
.TagClassName
{
border-color: #CAA404;
}
</style>