Shades of Buddha Gold #CAA50A
Tints of Buddha Gold #CAA50A
RGB
CMYK
RGB Variations
Color information
#CAA50A (or 0xCAA50A) is known color: Buddha Gold. HEX triplet: CA, A5 and 0A. RGB value is (202,165,10). Sum of RGB (Red+Green+Blue) = 202+165+10=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 165 (64.84% from 255 or 43.77% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA50A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA50A is #355AF5. Grayscale: #9F9F9F. Windows color (decimal): -3496694 or 697802. OLE color: 697802.
HSL color Cylindrical-coordinate representation of color #CAA50A: hue angle of 48.44º 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 #CAA50A is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 10 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.21 |
| HSL | 48.44º | 0.91% | 0.42% | - |
| HSV(B) | 48.44º | 0.95% | 0.79% | - |
| XYZ | 37.87 | 39.49 | 5.91 | - |
| YUV | 158.39 | 44.26 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 10 | 0 | 0.18 | 0.95 | 0.21 | 48.44 | 0.91 | 0.42 |
| Hex | CA | A5 | A | 0 | 12 | 5F | 15 | 30 | 5B | 2A |
| Octal | 312 | 245 | 12 | 0 | 22 | 137 | 25 | 60 | 133 | 52 |
| Binary | 11001010 | 10100101 | 1010 | 0 | 10010 | 1011111 | 10101 | 110000 | 1011011 | 101010 |
Color Harmonies of #CAA50A
Complementary color
Monochromatic Colors of #CAA50A
Black with #CAA50A
Text Example
Text Example
White with #CAA50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA50A; }
p { color: rgb(202,165,10); }
H1.HeaderClassName
{
color: #CAA50A;
}
.AnyTagClassName
{
color: #CAA50A;
}
</style>
background-color css
<style>
a { background-color: #CAA50A; }
a { background-color: rgb(202,165,10); }
div.DivClassName
{
background-color: #CAA50A;
}
.BgClassName
{
background-color: #CAA50A;
}
</style>
border-color css
<style>
span { border-color: #CAA50A; }
span { border-color: rgb(202,165,10); }
td.TdClassName
{
border-color: #CAA50A;
}
.TagClassName
{
border-color: #CAA50A;
}
</style>