Shades of Buddha Gold #CA9A10
Tints of Buddha Gold #CA9A10
RGB
CMYK
RGB Variations
Color information
#CA9A10 (or 0xCA9A10) is known color: Buddha Gold. HEX triplet: CA, 9A and 10. RGB value is (202,154,16). Sum of RGB (Red+Green+Blue) = 202+154+16=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 154 (60.55% from 255 or 41.40% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9A10 is #3565EF. Grayscale: #999999. Windows color (decimal): -3499504 or 1088202. OLE color: 1088202.
HSL color Cylindrical-coordinate representation of color #CA9A10: hue angle of 44.52º 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 #CA9A10 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 16 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.21 |
| HSL | 44.52º | 0.85% | 0.43% | - |
| HSV(B) | 44.52º | 0.92% | 0.79% | - |
| XYZ | 36.01 | 35.71 | 5.48 | - |
| YUV | 152.62 | 50.9 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 16 | 0 | 0.24 | 0.92 | 0.21 | 44.52 | 0.85 | 0.43 |
| Hex | CA | 9A | 10 | 0 | 18 | 5C | 15 | 2D | 55 | 2B |
| Octal | 312 | 232 | 20 | 0 | 30 | 134 | 25 | 55 | 125 | 53 |
| Binary | 11001010 | 10011010 | 10000 | 0 | 11000 | 1011100 | 10101 | 101101 | 1010101 | 101011 |
Color Harmonies of #CA9A10
Complementary color
Monochromatic Colors of #CA9A10
Black with #CA9A10
Text Example
Text Example
White with #CA9A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A10; }
p { color: rgb(202,154,16); }
H1.HeaderClassName
{
color: #CA9A10;
}
.AnyTagClassName
{
color: #CA9A10;
}
</style>
background-color css
<style>
a { background-color: #CA9A10; }
a { background-color: rgb(202,154,16); }
div.DivClassName
{
background-color: #CA9A10;
}
.BgClassName
{
background-color: #CA9A10;
}
</style>
border-color css
<style>
span { border-color: #CA9A10; }
span { border-color: rgb(202,154,16); }
td.TdClassName
{
border-color: #CA9A10;
}
.TagClassName
{
border-color: #CA9A10;
}
</style>