Shades of Buddha Gold #CA9614
Tints of Buddha Gold #CA9614
RGB
CMYK
RGB Variations
Color information
#CA9614 (or 0xCA9614) is known color: Buddha Gold. HEX triplet: CA, 96 and 14. RGB value is (202,150,20). Sum of RGB (Red+Green+Blue) = 202+150+20=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9614 is #3569EB. Grayscale: #979797. Windows color (decimal): -3500524 or 1349322. OLE color: 1349322.
HSL color Cylindrical-coordinate representation of color #CA9614: hue angle of 42.86º 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 #CA9614 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 20 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.21 |
| HSL | 42.86º | 0.82% | 0.44% | - |
| HSV(B) | 42.86º | 0.9% | 0.79% | - |
| XYZ | 35.39 | 34.42 | 5.44 | - |
| YUV | 150.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 20 | 0 | 0.26 | 0.90 | 0.21 | 42.86 | 0.82 | 0.44 |
| Hex | CA | 96 | 14 | 0 | 1A | 5A | 15 | 2B | 52 | 2C |
| Octal | 312 | 226 | 24 | 0 | 32 | 132 | 25 | 53 | 122 | 54 |
| Binary | 11001010 | 10010110 | 10100 | 0 | 11010 | 1011010 | 10101 | 101011 | 1010010 | 101100 |
Color Harmonies of #CA9614
Complementary color
Monochromatic Colors of #CA9614
Black with #CA9614
Text Example
Text Example
White with #CA9614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9614; }
p { color: rgb(202,150,20); }
H1.HeaderClassName
{
color: #CA9614;
}
.AnyTagClassName
{
color: #CA9614;
}
</style>
background-color css
<style>
a { background-color: #CA9614; }
a { background-color: rgb(202,150,20); }
div.DivClassName
{
background-color: #CA9614;
}
.BgClassName
{
background-color: #CA9614;
}
</style>
border-color css
<style>
span { border-color: #CA9614; }
span { border-color: rgb(202,150,20); }
td.TdClassName
{
border-color: #CA9614;
}
.TagClassName
{
border-color: #CA9614;
}
</style>