Shades of Buddha Gold #CAA607
Tints of Buddha Gold #CAA607
RGB
CMYK
RGB Variations
Color information
#CAA607 (or 0xCAA607) is known color: Buddha Gold. HEX triplet: CA, A6 and 07. RGB value is (202,166,7). Sum of RGB (Red+Green+Blue) = 202+166+7=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA607 is #3559F8. Grayscale: #9F9F9F. Windows color (decimal): -3496441 or 501450. OLE color: 501450.
HSL color Cylindrical-coordinate representation of color #CAA607: hue angle of 48.92º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CAA607 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.21 |
| HSL | 48.92º | 0.93% | 0.41% | - |
| HSV(B) | 48.92º | 0.97% | 0.79% | - |
| XYZ | 38.03 | 39.84 | 5.89 | - |
| YUV | 158.64 | 42.43 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 7 | 0 | 0.18 | 0.97 | 0.21 | 48.92 | 0.93 | 0.41 |
| Hex | CA | A6 | 7 | 0 | 12 | 61 | 15 | 31 | 5D | 29 |
| Octal | 312 | 246 | 7 | 0 | 22 | 141 | 25 | 61 | 135 | 51 |
| Binary | 11001010 | 10100110 | 111 | 0 | 10010 | 1100001 | 10101 | 110001 | 1011101 | 101001 |
Color Harmonies of #CAA607
Complementary color
Monochromatic Colors of #CAA607
Black with #CAA607
Text Example
Text Example
White with #CAA607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA607; }
p { color: rgb(202,166,7); }
H1.HeaderClassName
{
color: #CAA607;
}
.AnyTagClassName
{
color: #CAA607;
}
</style>
background-color css
<style>
a { background-color: #CAA607; }
a { background-color: rgb(202,166,7); }
div.DivClassName
{
background-color: #CAA607;
}
.BgClassName
{
background-color: #CAA607;
}
</style>
border-color css
<style>
span { border-color: #CAA607; }
span { border-color: rgb(202,166,7); }
td.TdClassName
{
border-color: #CAA607;
}
.TagClassName
{
border-color: #CAA607;
}
</style>