Shades of Old Gold #CAB345
Tints of Old Gold #CAB345
RGB
CMYK
RGB Variations
Color information
#CAB345 (or 0xCAB345) is known color: Old Gold. HEX triplet: CA, B3 and 45. RGB value is (202,179,69). Sum of RGB (Red+Green+Blue) = 202+179+69=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB345 is #354CBA. Grayscale: #ADADAD. Windows color (decimal): -3493051 or 4568010. OLE color: 4568010.
HSL color Cylindrical-coordinate representation of color #CAB345: hue angle of 49.62º 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 #CAB345 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 69 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.21 |
| HSL | 49.62º | 0.56% | 0.53% | - |
| HSV(B) | 49.62º | 0.66% | 0.79% | - |
| XYZ | 41.55 | 45.23 | 12.17 | - |
| YUV | 173.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 69 | 0 | 0.11 | 0.66 | 0.21 | 49.62 | 0.56 | 0.53 |
| Hex | CA | B3 | 45 | 0 | B | 42 | 15 | 32 | 38 | 35 |
| Octal | 312 | 263 | 105 | 0 | 13 | 102 | 25 | 62 | 70 | 65 |
| Binary | 11001010 | 10110011 | 1000101 | 0 | 1011 | 1000010 | 10101 | 110010 | 111000 | 110101 |
Color Harmonies of #CAB345
Complementary color
Monochromatic Colors of #CAB345
Black with #CAB345
Text Example
Text Example
White with #CAB345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB345; }
p { color: rgb(202,179,69); }
H1.HeaderClassName
{
color: #CAB345;
}
.AnyTagClassName
{
color: #CAB345;
}
</style>
background-color css
<style>
a { background-color: #CAB345; }
a { background-color: rgb(202,179,69); }
div.DivClassName
{
background-color: #CAB345;
}
.BgClassName
{
background-color: #CAB345;
}
</style>
border-color css
<style>
span { border-color: #CAB345; }
span { border-color: rgb(202,179,69); }
td.TdClassName
{
border-color: #CAB345;
}
.TagClassName
{
border-color: #CAB345;
}
</style>