Shades of Buddha Gold #CAA319
Tints of Buddha Gold #CAA319
RGB
CMYK
RGB Variations
Color information
#CAA319 (or 0xCAA319) is known color: Buddha Gold. HEX triplet: CA, A3 and 19. RGB value is (202,163,25). Sum of RGB (Red+Green+Blue) = 202+163+25=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA319 is #355CE6. Grayscale: #9F9F9F. Windows color (decimal): -3497191 or 1680330. OLE color: 1680330.
HSL color Cylindrical-coordinate representation of color #CAA319: hue angle of 46.78º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAA319 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 25 | - |
| CMYK | 0 | 0.19 | 0.88 | 0.21 |
| HSL | 46.78º | 0.78% | 0.45% | - |
| HSV(B) | 46.78º | 0.88% | 0.79% | - |
| XYZ | 37.63 | 38.82 | 6.43 | - |
| YUV | 158.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 25 | 0 | 0.19 | 0.88 | 0.21 | 46.78 | 0.78 | 0.45 |
| Hex | CA | A3 | 19 | 0 | 13 | 58 | 15 | 2F | 4E | 2D |
| Octal | 312 | 243 | 31 | 0 | 23 | 130 | 25 | 57 | 116 | 55 |
| Binary | 11001010 | 10100011 | 11001 | 0 | 10011 | 1011000 | 10101 | 101111 | 1001110 | 101101 |
Color Harmonies of #CAA319
Complementary color
Monochromatic Colors of #CAA319
Black with #CAA319
Text Example
Text Example
White with #CAA319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA319; }
p { color: rgb(202,163,25); }
H1.HeaderClassName
{
color: #CAA319;
}
.AnyTagClassName
{
color: #CAA319;
}
</style>
background-color css
<style>
a { background-color: #CAA319; }
a { background-color: rgb(202,163,25); }
div.DivClassName
{
background-color: #CAA319;
}
.BgClassName
{
background-color: #CAA319;
}
</style>
border-color css
<style>
span { border-color: #CAA319; }
span { border-color: rgb(202,163,25); }
td.TdClassName
{
border-color: #CAA319;
}
.TagClassName
{
border-color: #CAA319;
}
</style>