Shades of Buddha Gold #CA9810
Tints of Buddha Gold #CA9810
RGB
CMYK
RGB Variations
Color information
#CA9810 (or 0xCA9810) is known color: Buddha Gold. HEX triplet: CA, 98 and 10. RGB value is (202,152,16). Sum of RGB (Red+Green+Blue) = 202+152+16=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9810 is #3567EF. Grayscale: #989898. Windows color (decimal): -3500016 or 1087690. OLE color: 1087690.
HSL color Cylindrical-coordinate representation of color #CA9810: hue angle of 43.87º degrees, saturation: 0.85, 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 #CA9810 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 16 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.21 |
| HSL | 43.87º | 0.85% | 0.43% | - |
| HSV(B) | 43.87º | 0.92% | 0.79% | - |
| XYZ | 35.68 | 35.05 | 5.38 | - |
| YUV | 151.45 | 51.57 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 16 | 0 | 0.25 | 0.92 | 0.21 | 43.87 | 0.85 | 0.43 |
| Hex | CA | 98 | 10 | 0 | 19 | 5C | 15 | 2C | 55 | 2B |
| Octal | 312 | 230 | 20 | 0 | 31 | 134 | 25 | 54 | 125 | 53 |
| Binary | 11001010 | 10011000 | 10000 | 0 | 11001 | 1011100 | 10101 | 101100 | 1010101 | 101011 |
Color Harmonies of #CA9810
Complementary color
Monochromatic Colors of #CA9810
Black with #CA9810
Text Example
Text Example
White with #CA9810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9810; }
p { color: rgb(202,152,16); }
H1.HeaderClassName
{
color: #CA9810;
}
.AnyTagClassName
{
color: #CA9810;
}
</style>
background-color css
<style>
a { background-color: #CA9810; }
a { background-color: rgb(202,152,16); }
div.DivClassName
{
background-color: #CA9810;
}
.BgClassName
{
background-color: #CA9810;
}
</style>
border-color css
<style>
span { border-color: #CA9810; }
span { border-color: rgb(202,152,16); }
td.TdClassName
{
border-color: #CA9810;
}
.TagClassName
{
border-color: #CA9810;
}
</style>