Shades of Buddha Gold #CAA40A
Tints of Buddha Gold #CAA40A
RGB
CMYK
RGB Variations
Color information
#CAA40A (or 0xCAA40A) is known color: Buddha Gold. HEX triplet: CA, A4 and 0A. RGB value is (202,164,10). Sum of RGB (Red+Green+Blue) = 202+164+10=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA40A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA40A is #355BF5. Grayscale: #9E9E9E. Windows color (decimal): -3496950 or 697546. OLE color: 697546.
HSL color Cylindrical-coordinate representation of color #CAA40A: hue angle of 48.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CAA40A is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 10 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.21 |
| HSL | 48.13º | 0.91% | 0.42% | - |
| HSV(B) | 48.13º | 0.95% | 0.79% | - |
| XYZ | 37.69 | 39.13 | 5.85 | - |
| YUV | 157.81 | 44.59 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 10 | 0 | 0.19 | 0.95 | 0.21 | 48.13 | 0.91 | 0.42 |
| Hex | CA | A4 | A | 0 | 13 | 5F | 15 | 30 | 5B | 2A |
| Octal | 312 | 244 | 12 | 0 | 23 | 137 | 25 | 60 | 133 | 52 |
| Binary | 11001010 | 10100100 | 1010 | 0 | 10011 | 1011111 | 10101 | 110000 | 1011011 | 101010 |
Color Harmonies of #CAA40A
Complementary color
Monochromatic Colors of #CAA40A
Black with #CAA40A
Text Example
Text Example
White with #CAA40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA40A; }
p { color: rgb(202,164,10); }
H1.HeaderClassName
{
color: #CAA40A;
}
.AnyTagClassName
{
color: #CAA40A;
}
</style>
background-color css
<style>
a { background-color: #CAA40A; }
a { background-color: rgb(202,164,10); }
div.DivClassName
{
background-color: #CAA40A;
}
.BgClassName
{
background-color: #CAA40A;
}
</style>
border-color css
<style>
span { border-color: #CAA40A; }
span { border-color: rgb(202,164,10); }
td.TdClassName
{
border-color: #CAA40A;
}
.TagClassName
{
border-color: #CAA40A;
}
</style>