Shades of Buddha Gold #CA9616
Tints of Buddha Gold #CA9616
RGB
CMYK
RGB Variations
Color information
#CA9616 (or 0xCA9616) is known color: Buddha Gold. HEX triplet: CA, 96 and 16. RGB value is (202,150,22). Sum of RGB (Red+Green+Blue) = 202+150+22=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9616 is #3569E9. Grayscale: #979797. Windows color (decimal): -3500522 or 1480394. OLE color: 1480394.
HSL color Cylindrical-coordinate representation of color #CA9616: hue angle of 42.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA9616 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 22 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.21 |
| HSL | 42.67º | 0.8% | 0.44% | - |
| HSV(B) | 42.67º | 0.89% | 0.79% | - |
| XYZ | 35.41 | 34.43 | 5.54 | - |
| YUV | 150.96 | 55.23 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 22 | 0 | 0.26 | 0.89 | 0.21 | 42.67 | 0.8 | 0.44 |
| Hex | CA | 96 | 16 | 0 | 1A | 59 | 15 | 2B | 50 | 2C |
| Octal | 312 | 226 | 26 | 0 | 32 | 131 | 25 | 53 | 120 | 54 |
| Binary | 11001010 | 10010110 | 10110 | 0 | 11010 | 1011001 | 10101 | 101011 | 1010000 | 101100 |
Color Harmonies of #CA9616
Complementary color
Monochromatic Colors of #CA9616
Black with #CA9616
Text Example
Text Example
White with #CA9616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9616; }
p { color: rgb(202,150,22); }
H1.HeaderClassName
{
color: #CA9616;
}
.AnyTagClassName
{
color: #CA9616;
}
</style>
background-color css
<style>
a { background-color: #CA9616; }
a { background-color: rgb(202,150,22); }
div.DivClassName
{
background-color: #CA9616;
}
.BgClassName
{
background-color: #CA9616;
}
</style>
border-color css
<style>
span { border-color: #CA9616; }
span { border-color: rgb(202,150,22); }
td.TdClassName
{
border-color: #CA9616;
}
.TagClassName
{
border-color: #CA9616;
}
</style>