Shades of Buddha Gold #CAA103
Tints of Buddha Gold #CAA103
RGB
CMYK
RGB Variations
Color information
#CAA103 (or 0xCAA103) is known color: Buddha Gold. HEX triplet: CA, A1 and 03. RGB value is (202,161,3). Sum of RGB (Red+Green+Blue) = 202+161+3=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA103 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA103 is #355EFC. Grayscale: #9B9B9B. Windows color (decimal): -3497725 or 238026. OLE color: 238026.
HSL color Cylindrical-coordinate representation of color #CAA103: hue angle of 47.64º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAA103 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.21 |
| HSL | 47.64º | 0.97% | 0.4% | - |
| HSV(B) | 47.64º | 0.99% | 0.79% | - |
| XYZ | 37.12 | 38.05 | 5.47 | - |
| YUV | 155.25 | 42.08 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 3 | 0 | 0.20 | 0.99 | 0.21 | 47.64 | 0.97 | 0.4 |
| Hex | CA | A1 | 3 | 0 | 14 | 63 | 15 | 30 | 61 | 28 |
| Octal | 312 | 241 | 3 | 0 | 24 | 143 | 25 | 60 | 141 | 50 |
| Binary | 11001010 | 10100001 | 11 | 0 | 10100 | 1100011 | 10101 | 110000 | 1100001 | 101000 |
Color Harmonies of #CAA103
Complementary color
Monochromatic Colors of #CAA103
Black with #CAA103
Text Example
Text Example
White with #CAA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA103; }
p { color: rgb(202,161,3); }
H1.HeaderClassName
{
color: #CAA103;
}
.AnyTagClassName
{
color: #CAA103;
}
</style>
background-color css
<style>
a { background-color: #CAA103; }
a { background-color: rgb(202,161,3); }
div.DivClassName
{
background-color: #CAA103;
}
.BgClassName
{
background-color: #CAA103;
}
</style>
border-color css
<style>
span { border-color: #CAA103; }
span { border-color: rgb(202,161,3); }
td.TdClassName
{
border-color: #CAA103;
}
.TagClassName
{
border-color: #CAA103;
}
</style>