Shades of Buddha Gold #CA9C07
Tints of Buddha Gold #CA9C07
RGB
CMYK
RGB Variations
Color information
#CA9C07 (or 0xCA9C07) is known color: Buddha Gold. HEX triplet: CA, 9C and 07. RGB value is (202,156,7). Sum of RGB (Red+Green+Blue) = 202+156+7=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 7 (3.12% from 255 or 1.92% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9C07 is #3563F8. Grayscale: #999999. Windows color (decimal): -3499001 or 498890. OLE color: 498890.
HSL color Cylindrical-coordinate representation of color #CA9C07: hue angle of 45.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA9C07 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.21 |
| HSL | 45.85º | 0.93% | 0.41% | - |
| HSV(B) | 45.85º | 0.97% | 0.79% | - |
| XYZ | 36.28 | 36.35 | 5.3 | - |
| YUV | 152.77 | 45.74 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 7 | 0 | 0.23 | 0.97 | 0.21 | 45.85 | 0.93 | 0.41 |
| Hex | CA | 9C | 7 | 0 | 17 | 61 | 15 | 2E | 5D | 29 |
| Octal | 312 | 234 | 7 | 0 | 27 | 141 | 25 | 56 | 135 | 51 |
| Binary | 11001010 | 10011100 | 111 | 0 | 10111 | 1100001 | 10101 | 101110 | 1011101 | 101001 |
Color Harmonies of #CA9C07
Complementary color
Monochromatic Colors of #CA9C07
Black with #CA9C07
Text Example
Text Example
White with #CA9C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C07; }
p { color: rgb(202,156,7); }
H1.HeaderClassName
{
color: #CA9C07;
}
.AnyTagClassName
{
color: #CA9C07;
}
</style>
background-color css
<style>
a { background-color: #CA9C07; }
a { background-color: rgb(202,156,7); }
div.DivClassName
{
background-color: #CA9C07;
}
.BgClassName
{
background-color: #CA9C07;
}
</style>
border-color css
<style>
span { border-color: #CA9C07; }
span { border-color: rgb(202,156,7); }
td.TdClassName
{
border-color: #CA9C07;
}
.TagClassName
{
border-color: #CA9C07;
}
</style>