Shades of Old Gold #CAB344
Tints of Old Gold #CAB344
RGB
CMYK
RGB Variations
Color information
#CAB344 (or 0xCAB344) is known color: Old Gold. HEX triplet: CA, B3 and 44. RGB value is (202,179,68). Sum of RGB (Red+Green+Blue) = 202+179+68=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB344 is #354CBB. Grayscale: #ADADAD. Windows color (decimal): -3493052 or 4502474. OLE color: 4502474.
HSL color Cylindrical-coordinate representation of color #CAB344: hue angle of 49.7º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAB344 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 68 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.21 |
| HSL | 49.7º | 0.56% | 0.53% | - |
| HSV(B) | 49.7º | 0.66% | 0.79% | - |
| XYZ | 41.52 | 45.21 | 12.01 | - |
| YUV | 173.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 68 | 0 | 0.11 | 0.66 | 0.21 | 49.7 | 0.56 | 0.53 |
| Hex | CA | B3 | 44 | 0 | B | 42 | 15 | 32 | 38 | 35 |
| Octal | 312 | 263 | 104 | 0 | 13 | 102 | 25 | 62 | 70 | 65 |
| Binary | 11001010 | 10110011 | 1000100 | 0 | 1011 | 1000010 | 10101 | 110010 | 111000 | 110101 |
Color Harmonies of #CAB344
Complementary color
Monochromatic Colors of #CAB344
Black with #CAB344
Text Example
Text Example
White with #CAB344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB344; }
p { color: rgb(202,179,68); }
H1.HeaderClassName
{
color: #CAB344;
}
.AnyTagClassName
{
color: #CAB344;
}
</style>
background-color css
<style>
a { background-color: #CAB344; }
a { background-color: rgb(202,179,68); }
div.DivClassName
{
background-color: #CAB344;
}
.BgClassName
{
background-color: #CAB344;
}
</style>
border-color css
<style>
span { border-color: #CAB344; }
span { border-color: rgb(202,179,68); }
td.TdClassName
{
border-color: #CAB344;
}
.TagClassName
{
border-color: #CAB344;
}
</style>