Shades of Buddha Gold #CA9915
Tints of Buddha Gold #CA9915
RGB
CMYK
RGB Variations
Color information
#CA9915 (or 0xCA9915) is known color: Buddha Gold. HEX triplet: CA, 99 and 15. RGB value is (202,153,21). Sum of RGB (Red+Green+Blue) = 202+153+21=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9915 is #3566EA. Grayscale: #999999. Windows color (decimal): -3499755 or 1415626. OLE color: 1415626.
HSL color Cylindrical-coordinate representation of color #CA9915: hue angle of 43.76º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA9915 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 21 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.21 |
| HSL | 43.76º | 0.81% | 0.44% | - |
| HSV(B) | 43.76º | 0.9% | 0.79% | - |
| XYZ | 35.88 | 35.39 | 5.65 | - |
| YUV | 152.6 | 53.73 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 21 | 0 | 0.24 | 0.90 | 0.21 | 43.76 | 0.81 | 0.44 |
| Hex | CA | 99 | 15 | 0 | 18 | 5A | 15 | 2C | 51 | 2C |
| Octal | 312 | 231 | 25 | 0 | 30 | 132 | 25 | 54 | 121 | 54 |
| Binary | 11001010 | 10011001 | 10101 | 0 | 11000 | 1011010 | 10101 | 101100 | 1010001 | 101100 |
Color Harmonies of #CA9915
Complementary color
Monochromatic Colors of #CA9915
Black with #CA9915
Text Example
Text Example
White with #CA9915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9915; }
p { color: rgb(202,153,21); }
H1.HeaderClassName
{
color: #CA9915;
}
.AnyTagClassName
{
color: #CA9915;
}
</style>
background-color css
<style>
a { background-color: #CA9915; }
a { background-color: rgb(202,153,21); }
div.DivClassName
{
background-color: #CA9915;
}
.BgClassName
{
background-color: #CA9915;
}
</style>
border-color css
<style>
span { border-color: #CA9915; }
span { border-color: rgb(202,153,21); }
td.TdClassName
{
border-color: #CA9915;
}
.TagClassName
{
border-color: #CA9915;
}
</style>