Shades of Metallic Gold #CAA33D
Tints of Metallic Gold #CAA33D
RGB
CMYK
RGB Variations
Color information
#CAA33D (or 0xCAA33D) is known color: Metallic Gold. HEX triplet: CA, A3 and 3D. RGB value is (202,163,61). Sum of RGB (Red+Green+Blue) = 202+163+61=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA33D is #355CC2. Grayscale: #A3A3A3. Windows color (decimal): -3497155 or 4039626. OLE color: 4039626.
HSL color Cylindrical-coordinate representation of color #CAA33D: hue angle of 43.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAA33D is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 61 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.21 |
| HSL | 43.4º | 0.57% | 0.52% | - |
| HSV(B) | 43.4º | 0.7% | 0.79% | - |
| XYZ | 38.3 | 39.09 | 9.94 | - |
| YUV | 163.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 61 | 0 | 0.19 | 0.70 | 0.21 | 43.4 | 0.57 | 0.52 |
| Hex | CA | A3 | 3D | 0 | 13 | 46 | 15 | 2B | 39 | 34 |
| Octal | 312 | 243 | 75 | 0 | 23 | 106 | 25 | 53 | 71 | 64 |
| Binary | 11001010 | 10100011 | 111101 | 0 | 10011 | 1000110 | 10101 | 101011 | 111001 | 110100 |
Color Harmonies of #CAA33D
Complementary color
Monochromatic Colors of #CAA33D
Black with #CAA33D
Text Example
Text Example
White with #CAA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA33D; }
p { color: rgb(202,163,61); }
H1.HeaderClassName
{
color: #CAA33D;
}
.AnyTagClassName
{
color: #CAA33D;
}
</style>
background-color css
<style>
a { background-color: #CAA33D; }
a { background-color: rgb(202,163,61); }
div.DivClassName
{
background-color: #CAA33D;
}
.BgClassName
{
background-color: #CAA33D;
}
</style>
border-color css
<style>
span { border-color: #CAA33D; }
span { border-color: rgb(202,163,61); }
td.TdClassName
{
border-color: #CAA33D;
}
.TagClassName
{
border-color: #CAA33D;
}
</style>