Shades of Buddha Gold #CA9013
Tints of Buddha Gold #CA9013
RGB
CMYK
RGB Variations
Color information
#CA9013 (or 0xCA9013) is known color: Buddha Gold. HEX triplet: CA, 90 and 13. RGB value is (202,144,19). Sum of RGB (Red+Green+Blue) = 202+144+19=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9013 is #356FEC. Grayscale: #939393. Windows color (decimal): -3502061 or 1282250. OLE color: 1282250.
HSL color Cylindrical-coordinate representation of color #CA9013: hue angle of 40.98º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA9013 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 144 | 19 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.21 |
| HSL | 40.98º | 0.83% | 0.43% | - |
| HSV(B) | 40.98º | 0.91% | 0.79% | - |
| XYZ | 34.45 | 32.55 | 5.08 | - |
| YUV | 147.09 | 55.72 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 19 | 0 | 0.29 | 0.91 | 0.21 | 40.98 | 0.83 | 0.43 |
| Hex | CA | 90 | 13 | 0 | 1D | 5B | 15 | 29 | 53 | 2B |
| Octal | 312 | 220 | 23 | 0 | 35 | 133 | 25 | 51 | 123 | 53 |
| Binary | 11001010 | 10010000 | 10011 | 0 | 11101 | 1011011 | 10101 | 101001 | 1010011 | 101011 |
Color Harmonies of #CA9013
Complementary color
Monochromatic Colors of #CA9013
Black with #CA9013
Text Example
Text Example
White with #CA9013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9013; }
p { color: rgb(202,144,19); }
H1.HeaderClassName
{
color: #CA9013;
}
.AnyTagClassName
{
color: #CA9013;
}
</style>
background-color css
<style>
a { background-color: #CA9013; }
a { background-color: rgb(202,144,19); }
div.DivClassName
{
background-color: #CA9013;
}
.BgClassName
{
background-color: #CA9013;
}
</style>
border-color css
<style>
span { border-color: #CA9013; }
span { border-color: rgb(202,144,19); }
td.TdClassName
{
border-color: #CA9013;
}
.TagClassName
{
border-color: #CA9013;
}
</style>