Shades of Buddha Gold #CAA10A
Tints of Buddha Gold #CAA10A
RGB
CMYK
RGB Variations
Color information
#CAA10A (or 0xCAA10A) is known color: Buddha Gold. HEX triplet: CA, A1 and 0A. RGB value is (202,161,10). Sum of RGB (Red+Green+Blue) = 202+161+10=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA10A is #355EF5. Grayscale: #9C9C9C. Windows color (decimal): -3497718 or 696778. OLE color: 696778.
HSL color Cylindrical-coordinate representation of color #CAA10A: hue angle of 47.19º 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 #CAA10A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 10 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.21 |
| HSL | 47.19º | 0.91% | 0.42% | - |
| HSV(B) | 47.19º | 0.95% | 0.79% | - |
| XYZ | 37.16 | 38.07 | 5.68 | - |
| YUV | 156.05 | 45.58 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 10 | 0 | 0.20 | 0.95 | 0.21 | 47.19 | 0.91 | 0.42 |
| Hex | CA | A1 | A | 0 | 14 | 5F | 15 | 2F | 5B | 2A |
| Octal | 312 | 241 | 12 | 0 | 24 | 137 | 25 | 57 | 133 | 52 |
| Binary | 11001010 | 10100001 | 1010 | 0 | 10100 | 1011111 | 10101 | 101111 | 1011011 | 101010 |
Color Harmonies of #CAA10A
Complementary color
Monochromatic Colors of #CAA10A
Black with #CAA10A
Text Example
Text Example
White with #CAA10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA10A; }
p { color: rgb(202,161,10); }
H1.HeaderClassName
{
color: #CAA10A;
}
.AnyTagClassName
{
color: #CAA10A;
}
</style>
background-color css
<style>
a { background-color: #CAA10A; }
a { background-color: rgb(202,161,10); }
div.DivClassName
{
background-color: #CAA10A;
}
.BgClassName
{
background-color: #CAA10A;
}
</style>
border-color css
<style>
span { border-color: #CAA10A; }
span { border-color: rgb(202,161,10); }
td.TdClassName
{
border-color: #CAA10A;
}
.TagClassName
{
border-color: #CAA10A;
}
</style>