Shades of Buddha Gold #CAA108
Tints of Buddha Gold #CAA108
RGB
CMYK
RGB Variations
Color information
#CAA108 (or 0xCAA108) is known color: Buddha Gold. HEX triplet: CA, A1 and 08. RGB value is (202,161,8). Sum of RGB (Red+Green+Blue) = 202+161+8=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA108 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA108 is #355EF7. Grayscale: #9C9C9C. Windows color (decimal): -3497720 or 565706. OLE color: 565706.
HSL color Cylindrical-coordinate representation of color #CAA108: hue angle of 47.32º 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 #CAA108 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 8 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.21 |
| HSL | 47.32º | 0.92% | 0.41% | - |
| HSV(B) | 47.32º | 0.96% | 0.79% | - |
| XYZ | 37.15 | 38.06 | 5.62 | - |
| YUV | 155.82 | 44.58 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 8 | 0 | 0.20 | 0.96 | 0.21 | 47.32 | 0.92 | 0.41 |
| Hex | CA | A1 | 8 | 0 | 14 | 60 | 15 | 2F | 5C | 29 |
| Octal | 312 | 241 | 10 | 0 | 24 | 140 | 25 | 57 | 134 | 51 |
| Binary | 11001010 | 10100001 | 1000 | 0 | 10100 | 1100000 | 10101 | 101111 | 1011100 | 101001 |
Color Harmonies of #CAA108
Complementary color
Monochromatic Colors of #CAA108
Black with #CAA108
Text Example
Text Example
White with #CAA108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA108; }
p { color: rgb(202,161,8); }
H1.HeaderClassName
{
color: #CAA108;
}
.AnyTagClassName
{
color: #CAA108;
}
</style>
background-color css
<style>
a { background-color: #CAA108; }
a { background-color: rgb(202,161,8); }
div.DivClassName
{
background-color: #CAA108;
}
.BgClassName
{
background-color: #CAA108;
}
</style>
border-color css
<style>
span { border-color: #CAA108; }
span { border-color: rgb(202,161,8); }
td.TdClassName
{
border-color: #CAA108;
}
.TagClassName
{
border-color: #CAA108;
}
</style>