Shades of Buddha Gold #CA9714
Tints of Buddha Gold #CA9714
RGB
CMYK
RGB Variations
Color information
#CA9714 (or 0xCA9714) is known color: Buddha Gold. HEX triplet: CA, 97 and 14. RGB value is (202,151,20). Sum of RGB (Red+Green+Blue) = 202+151+20=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9714 is #3568EB. Grayscale: #979797. Windows color (decimal): -3500268 or 1349578. OLE color: 1349578.
HSL color Cylindrical-coordinate representation of color #CA9714: hue angle of 43.19º 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 #CA9714 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 20 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.21 |
| HSL | 43.19º | 0.82% | 0.44% | - |
| HSV(B) | 43.19º | 0.9% | 0.79% | - |
| XYZ | 35.55 | 34.74 | 5.49 | - |
| YUV | 151.32 | 53.9 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 20 | 0 | 0.25 | 0.90 | 0.21 | 43.19 | 0.82 | 0.44 |
| Hex | CA | 97 | 14 | 0 | 19 | 5A | 15 | 2B | 52 | 2C |
| Octal | 312 | 227 | 24 | 0 | 31 | 132 | 25 | 53 | 122 | 54 |
| Binary | 11001010 | 10010111 | 10100 | 0 | 11001 | 1011010 | 10101 | 101011 | 1010010 | 101100 |
Color Harmonies of #CA9714
Complementary color
Monochromatic Colors of #CA9714
Black with #CA9714
Text Example
Text Example
White with #CA9714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9714; }
p { color: rgb(202,151,20); }
H1.HeaderClassName
{
color: #CA9714;
}
.AnyTagClassName
{
color: #CA9714;
}
</style>
background-color css
<style>
a { background-color: #CA9714; }
a { background-color: rgb(202,151,20); }
div.DivClassName
{
background-color: #CA9714;
}
.BgClassName
{
background-color: #CA9714;
}
</style>
border-color css
<style>
span { border-color: #CA9714; }
span { border-color: rgb(202,151,20); }
td.TdClassName
{
border-color: #CA9714;
}
.TagClassName
{
border-color: #CA9714;
}
</style>