Shades of Buddha Gold #CA9211
Tints of Buddha Gold #CA9211
RGB
CMYK
RGB Variations
Color information
#CA9211 (or 0xCA9211) is known color: Buddha Gold. HEX triplet: CA, 92 and 11. RGB value is (202,146,17). Sum of RGB (Red+Green+Blue) = 202+146+17=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9211 is #356DEE. Grayscale: #949494. Windows color (decimal): -3501551 or 1151690. OLE color: 1151690.
HSL color Cylindrical-coordinate representation of color #CA9211: hue angle of 41.84º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA9211 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 17 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.21 |
| HSL | 41.84º | 0.84% | 0.43% | - |
| HSV(B) | 41.84º | 0.92% | 0.79% | - |
| XYZ | 34.74 | 33.15 | 5.1 | - |
| YUV | 148.04 | 54.05 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 17 | 0 | 0.28 | 0.92 | 0.21 | 41.84 | 0.84 | 0.43 |
| Hex | CA | 92 | 11 | 0 | 1C | 5C | 15 | 2A | 54 | 2B |
| Octal | 312 | 222 | 21 | 0 | 34 | 134 | 25 | 52 | 124 | 53 |
| Binary | 11001010 | 10010010 | 10001 | 0 | 11100 | 1011100 | 10101 | 101010 | 1010100 | 101011 |
Color Harmonies of #CA9211
Complementary color
Monochromatic Colors of #CA9211
Black with #CA9211
Text Example
Text Example
White with #CA9211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9211; }
p { color: rgb(202,146,17); }
H1.HeaderClassName
{
color: #CA9211;
}
.AnyTagClassName
{
color: #CA9211;
}
</style>
background-color css
<style>
a { background-color: #CA9211; }
a { background-color: rgb(202,146,17); }
div.DivClassName
{
background-color: #CA9211;
}
.BgClassName
{
background-color: #CA9211;
}
</style>
border-color css
<style>
span { border-color: #CA9211; }
span { border-color: rgb(202,146,17); }
td.TdClassName
{
border-color: #CA9211;
}
.TagClassName
{
border-color: #CA9211;
}
</style>