Shades of Buddha Gold #CAA01D
Tints of Buddha Gold #CAA01D
RGB
CMYK
RGB Variations
Color information
#CAA01D (or 0xCAA01D) is known color: Buddha Gold. HEX triplet: CA, A0 and 1D. RGB value is (202,160,29). Sum of RGB (Red+Green+Blue) = 202+160+29=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA01D is #355FE2. Grayscale: #9E9E9E. Windows color (decimal): -3497955 or 1941706. OLE color: 1941706.
HSL color Cylindrical-coordinate representation of color #CAA01D: hue angle of 45.43º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CAA01D is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 29 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.21 |
| HSL | 45.43º | 0.75% | 0.45% | - |
| HSV(B) | 45.43º | 0.86% | 0.79% | - |
| XYZ | 37.15 | 37.79 | 6.5 | - |
| YUV | 157.62 | 55.41 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 29 | 0 | 0.21 | 0.86 | 0.21 | 45.43 | 0.75 | 0.45 |
| Hex | CA | A0 | 1D | 0 | 15 | 56 | 15 | 2D | 4B | 2D |
| Octal | 312 | 240 | 35 | 0 | 25 | 126 | 25 | 55 | 113 | 55 |
| Binary | 11001010 | 10100000 | 11101 | 0 | 10101 | 1010110 | 10101 | 101101 | 1001011 | 101101 |
Color Harmonies of #CAA01D
Complementary color
Monochromatic Colors of #CAA01D
Black with #CAA01D
Text Example
Text Example
White with #CAA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA01D; }
p { color: rgb(202,160,29); }
H1.HeaderClassName
{
color: #CAA01D;
}
.AnyTagClassName
{
color: #CAA01D;
}
</style>
background-color css
<style>
a { background-color: #CAA01D; }
a { background-color: rgb(202,160,29); }
div.DivClassName
{
background-color: #CAA01D;
}
.BgClassName
{
background-color: #CAA01D;
}
</style>
border-color css
<style>
span { border-color: #CAA01D; }
span { border-color: rgb(202,160,29); }
td.TdClassName
{
border-color: #CAA01D;
}
.TagClassName
{
border-color: #CAA01D;
}
</style>