Shades of Buddha Gold #CAA10D
Tints of Buddha Gold #CAA10D
RGB
CMYK
RGB Variations
Color information
#CAA10D (or 0xCAA10D) is known color: Buddha Gold. HEX triplet: CA, A1 and 0D. RGB value is (202,161,13). Sum of RGB (Red+Green+Blue) = 202+161+13=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA10D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA10D is #355EF2. Grayscale: #9D9D9D. Windows color (decimal): -3497715 or 893386. OLE color: 893386.
HSL color Cylindrical-coordinate representation of color #CAA10D: hue angle of 46.98º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAA10D is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 13 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.21 |
| HSL | 46.98º | 0.88% | 0.42% | - |
| HSV(B) | 46.98º | 0.94% | 0.79% | - |
| XYZ | 37.17 | 38.08 | 5.77 | - |
| YUV | 156.39 | 47.08 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 13 | 0 | 0.20 | 0.94 | 0.21 | 46.98 | 0.88 | 0.42 |
| Hex | CA | A1 | D | 0 | 14 | 5E | 15 | 2F | 58 | 2A |
| Octal | 312 | 241 | 15 | 0 | 24 | 136 | 25 | 57 | 130 | 52 |
| Binary | 11001010 | 10100001 | 1101 | 0 | 10100 | 1011110 | 10101 | 101111 | 1011000 | 101010 |
Color Harmonies of #CAA10D
Complementary color
Monochromatic Colors of #CAA10D
Black with #CAA10D
Text Example
Text Example
White with #CAA10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA10D; }
p { color: rgb(202,161,13); }
H1.HeaderClassName
{
color: #CAA10D;
}
.AnyTagClassName
{
color: #CAA10D;
}
</style>
background-color css
<style>
a { background-color: #CAA10D; }
a { background-color: rgb(202,161,13); }
div.DivClassName
{
background-color: #CAA10D;
}
.BgClassName
{
background-color: #CAA10D;
}
</style>
border-color css
<style>
span { border-color: #CAA10D; }
span { border-color: rgb(202,161,13); }
td.TdClassName
{
border-color: #CAA10D;
}
.TagClassName
{
border-color: #CAA10D;
}
</style>