Shades of Buddha Gold #CAA90D
Tints of Buddha Gold #CAA90D
RGB
CMYK
RGB Variations
Color information
#CAA90D (or 0xCAA90D) is known color: Buddha Gold. HEX triplet: CA, A9 and 0D. RGB value is (202,169,13). Sum of RGB (Red+Green+Blue) = 202+169+13=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA90D is #3556F2. Grayscale: #A1A1A1. Windows color (decimal): -3495667 or 895434. OLE color: 895434.
HSL color Cylindrical-coordinate representation of color #CAA90D: hue angle of 49.52º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAA90D is Cyan = 0, Magento = 0.16, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 13 | - |
| CMYK | 0 | 0.16 | 0.94 | 0.21 |
| HSL | 49.52º | 0.88% | 0.42% | - |
| HSV(B) | 49.52º | 0.94% | 0.79% | - |
| XYZ | 38.62 | 40.96 | 6.25 | - |
| YUV | 161.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 13 | 0 | 0.16 | 0.94 | 0.21 | 49.52 | 0.88 | 0.42 |
| Hex | CA | A9 | D | 0 | 10 | 5E | 15 | 32 | 58 | 2A |
| Octal | 312 | 251 | 15 | 0 | 20 | 136 | 25 | 62 | 130 | 52 |
| Binary | 11001010 | 10101001 | 1101 | 0 | 10000 | 1011110 | 10101 | 110010 | 1011000 | 101010 |
Color Harmonies of #CAA90D
Complementary color
Monochromatic Colors of #CAA90D
Black with #CAA90D
Text Example
Text Example
White with #CAA90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA90D; }
p { color: rgb(202,169,13); }
H1.HeaderClassName
{
color: #CAA90D;
}
.AnyTagClassName
{
color: #CAA90D;
}
</style>
background-color css
<style>
a { background-color: #CAA90D; }
a { background-color: rgb(202,169,13); }
div.DivClassName
{
background-color: #CAA90D;
}
.BgClassName
{
background-color: #CAA90D;
}
</style>
border-color css
<style>
span { border-color: #CAA90D; }
span { border-color: rgb(202,169,13); }
td.TdClassName
{
border-color: #CAA90D;
}
.TagClassName
{
border-color: #CAA90D;
}
</style>