Shades of Old Gold #CAB242
Tints of Old Gold #CAB242
RGB
CMYK
RGB Variations
Color information
#CAB242 (or 0xCAB242) is known color: Old Gold. HEX triplet: CA, B2 and 42. RGB value is (202,178,66). Sum of RGB (Red+Green+Blue) = 202+178+66=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB242 is #354DBD. Grayscale: #ACACAC. Windows color (decimal): -3493310 or 4371146. OLE color: 4371146.
HSL color Cylindrical-coordinate representation of color #CAB242: hue angle of 49.41º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAB242 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 66 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.21 |
| HSL | 49.41º | 0.56% | 0.53% | - |
| HSV(B) | 49.41º | 0.67% | 0.79% | - |
| XYZ | 41.26 | 44.79 | 11.63 | - |
| YUV | 172.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 66 | 0 | 0.12 | 0.67 | 0.21 | 49.41 | 0.56 | 0.53 |
| Hex | CA | B2 | 42 | 0 | C | 43 | 15 | 31 | 38 | 35 |
| Octal | 312 | 262 | 102 | 0 | 14 | 103 | 25 | 61 | 70 | 65 |
| Binary | 11001010 | 10110010 | 1000010 | 0 | 1100 | 1000011 | 10101 | 110001 | 111000 | 110101 |
Color Harmonies of #CAB242
Complementary color
Monochromatic Colors of #CAB242
Black with #CAB242
Text Example
Text Example
White with #CAB242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB242; }
p { color: rgb(202,178,66); }
H1.HeaderClassName
{
color: #CAB242;
}
.AnyTagClassName
{
color: #CAB242;
}
</style>
background-color css
<style>
a { background-color: #CAB242; }
a { background-color: rgb(202,178,66); }
div.DivClassName
{
background-color: #CAB242;
}
.BgClassName
{
background-color: #CAB242;
}
</style>
border-color css
<style>
span { border-color: #CAB242; }
span { border-color: rgb(202,178,66); }
td.TdClassName
{
border-color: #CAB242;
}
.TagClassName
{
border-color: #CAB242;
}
</style>