Shades of Buddha Gold #CAA214
Tints of Buddha Gold #CAA214
RGB
CMYK
RGB Variations
Color information
#CAA214 (or 0xCAA214) is known color: Buddha Gold. HEX triplet: CA, A2 and 14. RGB value is (202,162,20). Sum of RGB (Red+Green+Blue) = 202+162+20=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA214 is #355DEB. Grayscale: #9E9E9E. Windows color (decimal): -3497452 or 1352394. OLE color: 1352394.
HSL color Cylindrical-coordinate representation of color #CAA214: hue angle of 46.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CAA214 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 20 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.21 |
| HSL | 46.81º | 0.82% | 0.44% | - |
| HSV(B) | 46.81º | 0.9% | 0.79% | - |
| XYZ | 37.4 | 38.45 | 6.11 | - |
| YUV | 157.77 | 50.25 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 20 | 0 | 0.20 | 0.90 | 0.21 | 46.81 | 0.82 | 0.44 |
| Hex | CA | A2 | 14 | 0 | 14 | 5A | 15 | 2F | 52 | 2C |
| Octal | 312 | 242 | 24 | 0 | 24 | 132 | 25 | 57 | 122 | 54 |
| Binary | 11001010 | 10100010 | 10100 | 0 | 10100 | 1011010 | 10101 | 101111 | 1010010 | 101100 |
Color Harmonies of #CAA214
Complementary color
Monochromatic Colors of #CAA214
Black with #CAA214
Text Example
Text Example
White with #CAA214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA214; }
p { color: rgb(202,162,20); }
H1.HeaderClassName
{
color: #CAA214;
}
.AnyTagClassName
{
color: #CAA214;
}
</style>
background-color css
<style>
a { background-color: #CAA214; }
a { background-color: rgb(202,162,20); }
div.DivClassName
{
background-color: #CAA214;
}
.BgClassName
{
background-color: #CAA214;
}
</style>
border-color css
<style>
span { border-color: #CAA214; }
span { border-color: rgb(202,162,20); }
td.TdClassName
{
border-color: #CAA214;
}
.TagClassName
{
border-color: #CAA214;
}
</style>