Shades of Old Gold #CAB241
Tints of Old Gold #CAB241
RGB
CMYK
RGB Variations
Color information
#CAB241 (or 0xCAB241) is known color: Old Gold. HEX triplet: CA, B2 and 41. RGB value is (202,178,65). Sum of RGB (Red+Green+Blue) = 202+178+65=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB241 is #354DBE. Grayscale: #ACACAC. Windows color (decimal): -3493311 or 4305610. OLE color: 4305610.
HSL color Cylindrical-coordinate representation of color #CAB241: hue angle of 49.49º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAB241 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 65 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.21 |
| HSL | 49.49º | 0.56% | 0.52% | - |
| HSV(B) | 49.49º | 0.68% | 0.79% | - |
| XYZ | 41.23 | 44.78 | 11.47 | - |
| YUV | 172.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 65 | 0 | 0.12 | 0.68 | 0.21 | 49.49 | 0.56 | 0.52 |
| Hex | CA | B2 | 41 | 0 | C | 44 | 15 | 31 | 38 | 34 |
| Octal | 312 | 262 | 101 | 0 | 14 | 104 | 25 | 61 | 70 | 64 |
| Binary | 11001010 | 10110010 | 1000001 | 0 | 1100 | 1000100 | 10101 | 110001 | 111000 | 110100 |
Color Harmonies of #CAB241
Complementary color
Monochromatic Colors of #CAB241
Black with #CAB241
Text Example
Text Example
White with #CAB241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB241; }
p { color: rgb(202,178,65); }
H1.HeaderClassName
{
color: #CAB241;
}
.AnyTagClassName
{
color: #CAB241;
}
</style>
background-color css
<style>
a { background-color: #CAB241; }
a { background-color: rgb(202,178,65); }
div.DivClassName
{
background-color: #CAB241;
}
.BgClassName
{
background-color: #CAB241;
}
</style>
border-color css
<style>
span { border-color: #CAB241; }
span { border-color: rgb(202,178,65); }
td.TdClassName
{
border-color: #CAB241;
}
.TagClassName
{
border-color: #CAB241;
}
</style>