Shades of Metallic Gold #CAA338
Tints of Metallic Gold #CAA338
RGB
CMYK
RGB Variations
Color information
#CAA338 (or 0xCAA338) is known color: Metallic Gold. HEX triplet: CA, A3 and 38. RGB value is (202,163,56). Sum of RGB (Red+Green+Blue) = 202+163+56=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA338 is #355CC7. Grayscale: #A2A2A2. Windows color (decimal): -3497160 or 3711946. OLE color: 3711946.
HSL color Cylindrical-coordinate representation of color #CAA338: hue angle of 43.97º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAA338 is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 56 | - |
| CMYK | 0 | 0.19 | 0.72 | 0.21 |
| HSL | 43.97º | 0.58% | 0.51% | - |
| HSV(B) | 43.97º | 0.72% | 0.79% | - |
| XYZ | 38.17 | 39.04 | 9.26 | - |
| YUV | 162.46 | 67.92 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 56 | 0 | 0.19 | 0.72 | 0.21 | 43.97 | 0.58 | 0.51 |
| Hex | CA | A3 | 38 | 0 | 13 | 48 | 15 | 2C | 3A | 33 |
| Octal | 312 | 243 | 70 | 0 | 23 | 110 | 25 | 54 | 72 | 63 |
| Binary | 11001010 | 10100011 | 111000 | 0 | 10011 | 1001000 | 10101 | 101100 | 111010 | 110011 |
Color Harmonies of #CAA338
Complementary color
Monochromatic Colors of #CAA338
Black with #CAA338
Text Example
Text Example
White with #CAA338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA338; }
p { color: rgb(202,163,56); }
H1.HeaderClassName
{
color: #CAA338;
}
.AnyTagClassName
{
color: #CAA338;
}
</style>
background-color css
<style>
a { background-color: #CAA338; }
a { background-color: rgb(202,163,56); }
div.DivClassName
{
background-color: #CAA338;
}
.BgClassName
{
background-color: #CAA338;
}
</style>
border-color css
<style>
span { border-color: #CAA338; }
span { border-color: rgb(202,163,56); }
td.TdClassName
{
border-color: #CAA338;
}
.TagClassName
{
border-color: #CAA338;
}
</style>