Shades of Buddha Gold #CAA30A
Tints of Buddha Gold #CAA30A
RGB
CMYK
RGB Variations
Color information
#CAA30A (or 0xCAA30A) is known color: Buddha Gold. HEX triplet: CA, A3 and 0A. RGB value is (202,163,10). Sum of RGB (Red+Green+Blue) = 202+163+10=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA30A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA30A is #355CF5. Grayscale: #9D9D9D. Windows color (decimal): -3497206 or 697290. OLE color: 697290.
HSL color Cylindrical-coordinate representation of color #CAA30A: hue angle of 47.81º 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 #CAA30A is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 10 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.21 |
| HSL | 47.81º | 0.91% | 0.42% | - |
| HSV(B) | 47.81º | 0.95% | 0.79% | - |
| XYZ | 37.51 | 38.77 | 5.79 | - |
| YUV | 157.22 | 44.92 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 10 | 0 | 0.19 | 0.95 | 0.21 | 47.81 | 0.91 | 0.42 |
| Hex | CA | A3 | A | 0 | 13 | 5F | 15 | 30 | 5B | 2A |
| Octal | 312 | 243 | 12 | 0 | 23 | 137 | 25 | 60 | 133 | 52 |
| Binary | 11001010 | 10100011 | 1010 | 0 | 10011 | 1011111 | 10101 | 110000 | 1011011 | 101010 |
Color Harmonies of #CAA30A
Complementary color
Monochromatic Colors of #CAA30A
Black with #CAA30A
Text Example
Text Example
White with #CAA30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA30A; }
p { color: rgb(202,163,10); }
H1.HeaderClassName
{
color: #CAA30A;
}
.AnyTagClassName
{
color: #CAA30A;
}
</style>
background-color css
<style>
a { background-color: #CAA30A; }
a { background-color: rgb(202,163,10); }
div.DivClassName
{
background-color: #CAA30A;
}
.BgClassName
{
background-color: #CAA30A;
}
</style>
border-color css
<style>
span { border-color: #CAA30A; }
span { border-color: rgb(202,163,10); }
td.TdClassName
{
border-color: #CAA30A;
}
.TagClassName
{
border-color: #CAA30A;
}
</style>