Shades of Buddha Gold #CA9C09
Tints of Buddha Gold #CA9C09
RGB
CMYK
RGB Variations
Color information
#CA9C09 (or 0xCA9C09) is known color: Buddha Gold. HEX triplet: CA, 9C and 09. RGB value is (202,156,9). Sum of RGB (Red+Green+Blue) = 202+156+9=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 9 (3.91% from 255 or 2.45% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9C09 is #3563F6. Grayscale: #999999. Windows color (decimal): -3498999 or 629962. OLE color: 629962.
HSL color Cylindrical-coordinate representation of color #CA9C09: hue angle of 45.7º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA9C09 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.21 |
| HSL | 45.7º | 0.91% | 0.41% | - |
| HSV(B) | 45.7º | 0.96% | 0.79% | - |
| XYZ | 36.29 | 36.35 | 5.36 | - |
| YUV | 153 | 46.74 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 9 | 0 | 0.23 | 0.96 | 0.21 | 45.7 | 0.91 | 0.41 |
| Hex | CA | 9C | 9 | 0 | 17 | 60 | 15 | 2E | 5B | 29 |
| Octal | 312 | 234 | 11 | 0 | 27 | 140 | 25 | 56 | 133 | 51 |
| Binary | 11001010 | 10011100 | 1001 | 0 | 10111 | 1100000 | 10101 | 101110 | 1011011 | 101001 |
Color Harmonies of #CA9C09
Complementary color
Monochromatic Colors of #CA9C09
Black with #CA9C09
Text Example
Text Example
White with #CA9C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C09; }
p { color: rgb(202,156,9); }
H1.HeaderClassName
{
color: #CA9C09;
}
.AnyTagClassName
{
color: #CA9C09;
}
</style>
background-color css
<style>
a { background-color: #CA9C09; }
a { background-color: rgb(202,156,9); }
div.DivClassName
{
background-color: #CA9C09;
}
.BgClassName
{
background-color: #CA9C09;
}
</style>
border-color css
<style>
span { border-color: #CA9C09; }
span { border-color: rgb(202,156,9); }
td.TdClassName
{
border-color: #CA9C09;
}
.TagClassName
{
border-color: #CA9C09;
}
</style>