Shades of Buddha Gold #CAA40D
Tints of Buddha Gold #CAA40D
RGB
CMYK
RGB Variations
Color information
#CAA40D (or 0xCAA40D) is known color: Buddha Gold. HEX triplet: CA, A4 and 0D. RGB value is (202,164,13). Sum of RGB (Red+Green+Blue) = 202+164+13=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA40D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA40D is #355BF2. Grayscale: #9E9E9E. Windows color (decimal): -3496947 or 894154. OLE color: 894154.
HSL color Cylindrical-coordinate representation of color #CAA40D: hue angle of 47.94º 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 #CAA40D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.21 |
| HSL | 47.94º | 0.88% | 0.42% | - |
| HSV(B) | 47.94º | 0.94% | 0.79% | - |
| XYZ | 37.71 | 39.14 | 5.95 | - |
| YUV | 158.15 | 46.09 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 13 | 0 | 0.19 | 0.94 | 0.21 | 47.94 | 0.88 | 0.42 |
| Hex | CA | A4 | D | 0 | 13 | 5E | 15 | 30 | 58 | 2A |
| Octal | 312 | 244 | 15 | 0 | 23 | 136 | 25 | 60 | 130 | 52 |
| Binary | 11001010 | 10100100 | 1101 | 0 | 10011 | 1011110 | 10101 | 110000 | 1011000 | 101010 |
Color Harmonies of #CAA40D
Complementary color
Monochromatic Colors of #CAA40D
Black with #CAA40D
Text Example
Text Example
White with #CAA40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA40D; }
p { color: rgb(202,164,13); }
H1.HeaderClassName
{
color: #CAA40D;
}
.AnyTagClassName
{
color: #CAA40D;
}
</style>
background-color css
<style>
a { background-color: #CAA40D; }
a { background-color: rgb(202,164,13); }
div.DivClassName
{
background-color: #CAA40D;
}
.BgClassName
{
background-color: #CAA40D;
}
</style>
border-color css
<style>
span { border-color: #CAA40D; }
span { border-color: rgb(202,164,13); }
td.TdClassName
{
border-color: #CAA40D;
}
.TagClassName
{
border-color: #CAA40D;
}
</style>