Shades of Buddha Gold #CAA804
Tints of Buddha Gold #CAA804
RGB
CMYK
RGB Variations
Color information
#CAA804 (or 0xCAA804) is known color: Buddha Gold. HEX triplet: CA, A8 and 04. RGB value is (202,168,4). Sum of RGB (Red+Green+Blue) = 202+168+4=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 4 (1.95% from 255 or 1.07% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA804 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA804 is #3557FB. Grayscale: #A0A0A0. Windows color (decimal): -3495932 or 305354. OLE color: 305354.
HSL color Cylindrical-coordinate representation of color #CAA804: hue angle of 49.7º 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 #CAA804 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.21 |
| HSL | 49.7º | 0.96% | 0.4% | - |
| HSV(B) | 49.7º | 0.98% | 0.79% | - |
| XYZ | 38.38 | 40.57 | 5.92 | - |
| YUV | 159.47 | 40.26 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 4 | 0 | 0.17 | 0.98 | 0.21 | 49.7 | 0.96 | 0.4 |
| Hex | CA | A8 | 4 | 0 | 11 | 62 | 15 | 32 | 60 | 28 |
| Octal | 312 | 250 | 4 | 0 | 21 | 142 | 25 | 62 | 140 | 50 |
| Binary | 11001010 | 10101000 | 100 | 0 | 10001 | 1100010 | 10101 | 110010 | 1100000 | 101000 |
Color Harmonies of #CAA804
Complementary color
Monochromatic Colors of #CAA804
Black with #CAA804
Text Example
Text Example
White with #CAA804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA804; }
p { color: rgb(202,168,4); }
H1.HeaderClassName
{
color: #CAA804;
}
.AnyTagClassName
{
color: #CAA804;
}
</style>
background-color css
<style>
a { background-color: #CAA804; }
a { background-color: rgb(202,168,4); }
div.DivClassName
{
background-color: #CAA804;
}
.BgClassName
{
background-color: #CAA804;
}
</style>
border-color css
<style>
span { border-color: #CAA804; }
span { border-color: rgb(202,168,4); }
td.TdClassName
{
border-color: #CAA804;
}
.TagClassName
{
border-color: #CAA804;
}
</style>