Shades of Buddha Gold #CAA30D
Tints of Buddha Gold #CAA30D
RGB
CMYK
RGB Variations
Color information
#CAA30D (or 0xCAA30D) is known color: Buddha Gold. HEX triplet: CA, A3 and 0D. RGB value is (202,163,13). Sum of RGB (Red+Green+Blue) = 202+163+13=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA30D is #355CF2. Grayscale: #9E9E9E. Windows color (decimal): -3497203 or 893898. OLE color: 893898.
HSL color Cylindrical-coordinate representation of color #CAA30D: hue angle of 47.62º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CAA30D is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 13 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.21 |
| HSL | 47.62º | 0.88% | 0.42% | - |
| HSV(B) | 47.62º | 0.94% | 0.79% | - |
| XYZ | 37.53 | 38.78 | 5.89 | - |
| YUV | 157.56 | 46.42 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 13 | 0 | 0.19 | 0.94 | 0.21 | 47.62 | 0.88 | 0.42 |
| Hex | CA | A3 | D | 0 | 13 | 5E | 15 | 30 | 58 | 2A |
| Octal | 312 | 243 | 15 | 0 | 23 | 136 | 25 | 60 | 130 | 52 |
| Binary | 11001010 | 10100011 | 1101 | 0 | 10011 | 1011110 | 10101 | 110000 | 1011000 | 101010 |
Color Harmonies of #CAA30D
Complementary color
Monochromatic Colors of #CAA30D
Black with #CAA30D
Text Example
Text Example
White with #CAA30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA30D; }
p { color: rgb(202,163,13); }
H1.HeaderClassName
{
color: #CAA30D;
}
.AnyTagClassName
{
color: #CAA30D;
}
</style>
background-color css
<style>
a { background-color: #CAA30D; }
a { background-color: rgb(202,163,13); }
div.DivClassName
{
background-color: #CAA30D;
}
.BgClassName
{
background-color: #CAA30D;
}
</style>
border-color css
<style>
span { border-color: #CAA30D; }
span { border-color: rgb(202,163,13); }
td.TdClassName
{
border-color: #CAA30D;
}
.TagClassName
{
border-color: #CAA30D;
}
</style>