Shades of Buddha Gold #CAA608
Tints of Buddha Gold #CAA608
RGB
CMYK
RGB Variations
Color information
#CAA608 (or 0xCAA608) is known color: Buddha Gold. HEX triplet: CA, A6 and 08. RGB value is (202,166,8). Sum of RGB (Red+Green+Blue) = 202+166+8=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA608 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA608 is #3559F7. Grayscale: #9F9F9F. Windows color (decimal): -3496440 or 566986. OLE color: 566986.
HSL color Cylindrical-coordinate representation of color #CAA608: hue angle of 48.87º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CAA608 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 8 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.21 |
| HSL | 48.87º | 0.92% | 0.41% | - |
| HSV(B) | 48.87º | 0.96% | 0.79% | - |
| XYZ | 38.04 | 39.85 | 5.92 | - |
| YUV | 158.75 | 42.93 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 8 | 0 | 0.18 | 0.96 | 0.21 | 48.87 | 0.92 | 0.41 |
| Hex | CA | A6 | 8 | 0 | 12 | 60 | 15 | 31 | 5C | 29 |
| Octal | 312 | 246 | 10 | 0 | 22 | 140 | 25 | 61 | 134 | 51 |
| Binary | 11001010 | 10100110 | 1000 | 0 | 10010 | 1100000 | 10101 | 110001 | 1011100 | 101001 |
Color Harmonies of #CAA608
Complementary color
Monochromatic Colors of #CAA608
Black with #CAA608
Text Example
Text Example
White with #CAA608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA608; }
p { color: rgb(202,166,8); }
H1.HeaderClassName
{
color: #CAA608;
}
.AnyTagClassName
{
color: #CAA608;
}
</style>
background-color css
<style>
a { background-color: #CAA608; }
a { background-color: rgb(202,166,8); }
div.DivClassName
{
background-color: #CAA608;
}
.BgClassName
{
background-color: #CAA608;
}
</style>
border-color css
<style>
span { border-color: #CAA608; }
span { border-color: rgb(202,166,8); }
td.TdClassName
{
border-color: #CAA608;
}
.TagClassName
{
border-color: #CAA608;
}
</style>