Shades of Buddha Gold #CAA109
Tints of Buddha Gold #CAA109
RGB
CMYK
RGB Variations
Color information
#CAA109 (or 0xCAA109) is known color: Buddha Gold. HEX triplet: CA, A1 and 09. RGB value is (202,161,9). Sum of RGB (Red+Green+Blue) = 202+161+9=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 161 (63.28% from 255 or 43.28% from 372); Blue value is 9 (3.91% from 255 or 2.42% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA109 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA109 is #355EF6. Grayscale: #9C9C9C. Windows color (decimal): -3497719 or 631242. OLE color: 631242.
HSL color Cylindrical-coordinate representation of color #CAA109: hue angle of 47.25º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAA109 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 9 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.21 |
| HSL | 47.25º | 0.91% | 0.41% | - |
| HSV(B) | 47.25º | 0.96% | 0.79% | - |
| XYZ | 37.15 | 38.07 | 5.65 | - |
| YUV | 155.93 | 45.08 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 9 | 0 | 0.20 | 0.96 | 0.21 | 47.25 | 0.91 | 0.41 |
| Hex | CA | A1 | 9 | 0 | 14 | 60 | 15 | 2F | 5B | 29 |
| Octal | 312 | 241 | 11 | 0 | 24 | 140 | 25 | 57 | 133 | 51 |
| Binary | 11001010 | 10100001 | 1001 | 0 | 10100 | 1100000 | 10101 | 101111 | 1011011 | 101001 |
Color Harmonies of #CAA109
Complementary color
Monochromatic Colors of #CAA109
Black with #CAA109
Text Example
Text Example
White with #CAA109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA109; }
p { color: rgb(202,161,9); }
H1.HeaderClassName
{
color: #CAA109;
}
.AnyTagClassName
{
color: #CAA109;
}
</style>
background-color css
<style>
a { background-color: #CAA109; }
a { background-color: rgb(202,161,9); }
div.DivClassName
{
background-color: #CAA109;
}
.BgClassName
{
background-color: #CAA109;
}
</style>
border-color css
<style>
span { border-color: #CAA109; }
span { border-color: rgb(202,161,9); }
td.TdClassName
{
border-color: #CAA109;
}
.TagClassName
{
border-color: #CAA109;
}
</style>