Shades of Buddha Gold #CA9514
Tints of Buddha Gold #CA9514
RGB
CMYK
RGB Variations
Color information
#CA9514 (or 0xCA9514) is known color: Buddha Gold. HEX triplet: CA, 95 and 14. RGB value is (202,149,20). Sum of RGB (Red+Green+Blue) = 202+149+20=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9514 is #356AEB. Grayscale: #969696. Windows color (decimal): -3500780 or 1349066. OLE color: 1349066.
HSL color Cylindrical-coordinate representation of color #CA9514: hue angle of 42.53º degrees, saturation: 0.82, 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 #CA9514 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 20 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.21 |
| HSL | 42.53º | 0.82% | 0.44% | - |
| HSV(B) | 42.53º | 0.9% | 0.79% | - |
| XYZ | 35.23 | 34.1 | 5.39 | - |
| YUV | 150.14 | 54.56 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 20 | 0 | 0.26 | 0.90 | 0.21 | 42.53 | 0.82 | 0.44 |
| Hex | CA | 95 | 14 | 0 | 1A | 5A | 15 | 2B | 52 | 2C |
| Octal | 312 | 225 | 24 | 0 | 32 | 132 | 25 | 53 | 122 | 54 |
| Binary | 11001010 | 10010101 | 10100 | 0 | 11010 | 1011010 | 10101 | 101011 | 1010010 | 101100 |
Color Harmonies of #CA9514
Complementary color
Monochromatic Colors of #CA9514
Black with #CA9514
Text Example
Text Example
White with #CA9514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9514; }
p { color: rgb(202,149,20); }
H1.HeaderClassName
{
color: #CA9514;
}
.AnyTagClassName
{
color: #CA9514;
}
</style>
background-color css
<style>
a { background-color: #CA9514; }
a { background-color: rgb(202,149,20); }
div.DivClassName
{
background-color: #CA9514;
}
.BgClassName
{
background-color: #CA9514;
}
</style>
border-color css
<style>
span { border-color: #CA9514; }
span { border-color: rgb(202,149,20); }
td.TdClassName
{
border-color: #CA9514;
}
.TagClassName
{
border-color: #CA9514;
}
</style>