Shades of Buddha Gold #CAA812
Tints of Buddha Gold #CAA812
RGB
CMYK
RGB Variations
Color information
#CAA812 (or 0xCAA812) is known color: Buddha Gold. HEX triplet: CA, A8 and 12. RGB value is (202,168,18). Sum of RGB (Red+Green+Blue) = 202+168+18=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA812 is #3557ED. Grayscale: #A1A1A1. Windows color (decimal): -3495918 or 1222858. OLE color: 1222858.
HSL color Cylindrical-coordinate representation of color #CAA812: hue angle of 48.91º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAA812 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 18 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.21 |
| HSL | 48.91º | 0.84% | 0.43% | - |
| HSV(B) | 48.91º | 0.91% | 0.79% | - |
| XYZ | 38.47 | 40.61 | 6.38 | - |
| YUV | 161.07 | 47.26 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 18 | 0 | 0.17 | 0.91 | 0.21 | 48.91 | 0.84 | 0.43 |
| Hex | CA | A8 | 12 | 0 | 11 | 5B | 15 | 31 | 54 | 2B |
| Octal | 312 | 250 | 22 | 0 | 21 | 133 | 25 | 61 | 124 | 53 |
| Binary | 11001010 | 10101000 | 10010 | 0 | 10001 | 1011011 | 10101 | 110001 | 1010100 | 101011 |
Color Harmonies of #CAA812
Complementary color
Monochromatic Colors of #CAA812
Black with #CAA812
Text Example
Text Example
White with #CAA812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA812; }
p { color: rgb(202,168,18); }
H1.HeaderClassName
{
color: #CAA812;
}
.AnyTagClassName
{
color: #CAA812;
}
</style>
background-color css
<style>
a { background-color: #CAA812; }
a { background-color: rgb(202,168,18); }
div.DivClassName
{
background-color: #CAA812;
}
.BgClassName
{
background-color: #CAA812;
}
</style>
border-color css
<style>
span { border-color: #CAA812; }
span { border-color: rgb(202,168,18); }
td.TdClassName
{
border-color: #CAA812;
}
.TagClassName
{
border-color: #CAA812;
}
</style>