Shades of Buddha Gold #CA9A06
Tints of Buddha Gold #CA9A06
RGB
CMYK
RGB Variations
Color information
#CA9A06 (or 0xCA9A06) is known color: Buddha Gold. HEX triplet: CA, 9A and 06. RGB value is (202,154,6). Sum of RGB (Red+Green+Blue) = 202+154+6=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9A06 is #3565F9. Grayscale: #989898. Windows color (decimal): -3499514 or 432842. OLE color: 432842.
HSL color Cylindrical-coordinate representation of color #CA9A06: hue angle of 45.31º degrees, saturation: 0.94, 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 #CA9A06 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 6 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.21 |
| HSL | 45.31º | 0.94% | 0.41% | - |
| HSV(B) | 45.31º | 0.97% | 0.79% | - |
| XYZ | 35.95 | 35.68 | 5.16 | - |
| YUV | 151.48 | 45.9 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 6 | 0 | 0.24 | 0.97 | 0.21 | 45.31 | 0.94 | 0.41 |
| Hex | CA | 9A | 6 | 0 | 18 | 61 | 15 | 2D | 5E | 29 |
| Octal | 312 | 232 | 6 | 0 | 30 | 141 | 25 | 55 | 136 | 51 |
| Binary | 11001010 | 10011010 | 110 | 0 | 11000 | 1100001 | 10101 | 101101 | 1011110 | 101001 |
Color Harmonies of #CA9A06
Complementary color
Monochromatic Colors of #CA9A06
Black with #CA9A06
Text Example
Text Example
White with #CA9A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A06; }
p { color: rgb(202,154,6); }
H1.HeaderClassName
{
color: #CA9A06;
}
.AnyTagClassName
{
color: #CA9A06;
}
</style>
background-color css
<style>
a { background-color: #CA9A06; }
a { background-color: rgb(202,154,6); }
div.DivClassName
{
background-color: #CA9A06;
}
.BgClassName
{
background-color: #CA9A06;
}
</style>
border-color css
<style>
span { border-color: #CA9A06; }
span { border-color: rgb(202,154,6); }
td.TdClassName
{
border-color: #CA9A06;
}
.TagClassName
{
border-color: #CA9A06;
}
</style>