Shades of Buddha Gold #CAA010
Tints of Buddha Gold #CAA010
RGB
CMYK
RGB Variations
Color information
#CAA010 (or 0xCAA010) is known color: Buddha Gold. HEX triplet: CA, A0 and 10. RGB value is (202,160,16). Sum of RGB (Red+Green+Blue) = 202+160+16=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA010 is #355FEF. Grayscale: #9C9C9C. Windows color (decimal): -3497968 or 1089738. OLE color: 1089738.
HSL color Cylindrical-coordinate representation of color #CAA010: hue angle of 46.45º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAA010 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 16 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.21 |
| HSL | 46.45º | 0.85% | 0.43% | - |
| HSV(B) | 46.45º | 0.92% | 0.79% | - |
| XYZ | 37.02 | 37.74 | 5.82 | - |
| YUV | 156.14 | 48.91 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 16 | 0 | 0.21 | 0.92 | 0.21 | 46.45 | 0.85 | 0.43 |
| Hex | CA | A0 | 10 | 0 | 15 | 5C | 15 | 2E | 55 | 2B |
| Octal | 312 | 240 | 20 | 0 | 25 | 134 | 25 | 56 | 125 | 53 |
| Binary | 11001010 | 10100000 | 10000 | 0 | 10101 | 1011100 | 10101 | 101110 | 1010101 | 101011 |
Color Harmonies of #CAA010
Complementary color
Monochromatic Colors of #CAA010
Black with #CAA010
Text Example
Text Example
White with #CAA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA010; }
p { color: rgb(202,160,16); }
H1.HeaderClassName
{
color: #CAA010;
}
.AnyTagClassName
{
color: #CAA010;
}
</style>
background-color css
<style>
a { background-color: #CAA010; }
a { background-color: rgb(202,160,16); }
div.DivClassName
{
background-color: #CAA010;
}
.BgClassName
{
background-color: #CAA010;
}
</style>
border-color css
<style>
span { border-color: #CAA010; }
span { border-color: rgb(202,160,16); }
td.TdClassName
{
border-color: #CAA010;
}
.TagClassName
{
border-color: #CAA010;
}
</style>