Shades of Buddha Gold #CA9D09
Tints of Buddha Gold #CA9D09
RGB
CMYK
RGB Variations
Color information
#CA9D09 (or 0xCA9D09) is known color: Buddha Gold. HEX triplet: CA, 9D and 09. RGB value is (202,157,9). Sum of RGB (Red+Green+Blue) = 202+157+9=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 9 (3.91% from 255 or 2.45% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9D09 is #3562F6. Grayscale: #9A9A9A. Windows color (decimal): -3498743 or 630218. OLE color: 630218.
HSL color Cylindrical-coordinate representation of color #CA9D09: hue angle of 46.01º 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 #CA9D09 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 157 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.21 |
| HSL | 46.01º | 0.91% | 0.41% | - |
| HSV(B) | 46.01º | 0.96% | 0.79% | - |
| XYZ | 36.46 | 36.69 | 5.42 | - |
| YUV | 153.58 | 46.41 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 9 | 0 | 0.22 | 0.96 | 0.21 | 46.01 | 0.91 | 0.41 |
| Hex | CA | 9D | 9 | 0 | 16 | 60 | 15 | 2E | 5B | 29 |
| Octal | 312 | 235 | 11 | 0 | 26 | 140 | 25 | 56 | 133 | 51 |
| Binary | 11001010 | 10011101 | 1001 | 0 | 10110 | 1100000 | 10101 | 101110 | 1011011 | 101001 |
Color Harmonies of #CA9D09
Complementary color
Monochromatic Colors of #CA9D09
Black with #CA9D09
Text Example
Text Example
White with #CA9D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9D09; }
p { color: rgb(202,157,9); }
H1.HeaderClassName
{
color: #CA9D09;
}
.AnyTagClassName
{
color: #CA9D09;
}
</style>
background-color css
<style>
a { background-color: #CA9D09; }
a { background-color: rgb(202,157,9); }
div.DivClassName
{
background-color: #CA9D09;
}
.BgClassName
{
background-color: #CA9D09;
}
</style>
border-color css
<style>
span { border-color: #CA9D09; }
span { border-color: rgb(202,157,9); }
td.TdClassName
{
border-color: #CA9D09;
}
.TagClassName
{
border-color: #CA9D09;
}
</style>