Shades of Buddha Gold #CA8F16
Tints of Buddha Gold #CA8F16
RGB
CMYK
RGB Variations
Color information
#CA8F16 (or 0xCA8F16) is known color: Buddha Gold. HEX triplet: CA, 8F and 16. RGB value is (202,143,22). Sum of RGB (Red+Green+Blue) = 202+143+22=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA8F16 is #3570E9. Grayscale: #939393. Windows color (decimal): -3502314 or 1478602. OLE color: 1478602.
HSL color Cylindrical-coordinate representation of color #CA8F16: hue angle of 40.33º 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 #CA8F16 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 22 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.21 |
| HSL | 40.33º | 0.8% | 0.44% | - |
| HSV(B) | 40.33º | 0.89% | 0.79% | - |
| XYZ | 34.32 | 32.26 | 5.18 | - |
| YUV | 146.85 | 57.55 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 22 | 0 | 0.29 | 0.89 | 0.21 | 40.33 | 0.8 | 0.44 |
| Hex | CA | 8F | 16 | 0 | 1D | 59 | 15 | 28 | 50 | 2C |
| Octal | 312 | 217 | 26 | 0 | 35 | 131 | 25 | 50 | 120 | 54 |
| Binary | 11001010 | 10001111 | 10110 | 0 | 11101 | 1011001 | 10101 | 101000 | 1010000 | 101100 |
Color Harmonies of #CA8F16
Complementary color
Monochromatic Colors of #CA8F16
Black with #CA8F16
Text Example
Text Example
White with #CA8F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F16; }
p { color: rgb(202,143,22); }
H1.HeaderClassName
{
color: #CA8F16;
}
.AnyTagClassName
{
color: #CA8F16;
}
</style>
background-color css
<style>
a { background-color: #CA8F16; }
a { background-color: rgb(202,143,22); }
div.DivClassName
{
background-color: #CA8F16;
}
.BgClassName
{
background-color: #CA8F16;
}
</style>
border-color css
<style>
span { border-color: #CA8F16; }
span { border-color: rgb(202,143,22); }
td.TdClassName
{
border-color: #CA8F16;
}
.TagClassName
{
border-color: #CA8F16;
}
</style>