Shades of Old Gold #CAB343
Tints of Old Gold #CAB343
RGB
CMYK
RGB Variations
Color information
#CAB343 (or 0xCAB343) is known color: Old Gold. HEX triplet: CA, B3 and 43. RGB value is (202,179,67). Sum of RGB (Red+Green+Blue) = 202+179+67=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB343 is #354CBC. Grayscale: #ADADAD. Windows color (decimal): -3493053 or 4436938. OLE color: 4436938.
HSL color Cylindrical-coordinate representation of color #CAB343: hue angle of 49.78º 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 #CAB343 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 179 | 67 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.21 |
| HSL | 49.78º | 0.56% | 0.53% | - |
| HSV(B) | 49.78º | 0.67% | 0.79% | - |
| XYZ | 41.49 | 45.2 | 11.85 | - |
| YUV | 173.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 179 | 67 | 0 | 0.11 | 0.67 | 0.21 | 49.78 | 0.56 | 0.53 |
| Hex | CA | B3 | 43 | 0 | B | 43 | 15 | 32 | 38 | 35 |
| Octal | 312 | 263 | 103 | 0 | 13 | 103 | 25 | 62 | 70 | 65 |
| Binary | 11001010 | 10110011 | 1000011 | 0 | 1011 | 1000011 | 10101 | 110010 | 111000 | 110101 |
Color Harmonies of #CAB343
Complementary color
Monochromatic Colors of #CAB343
Black with #CAB343
Text Example
Text Example
White with #CAB343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB343; }
p { color: rgb(202,179,67); }
H1.HeaderClassName
{
color: #CAB343;
}
.AnyTagClassName
{
color: #CAB343;
}
</style>
background-color css
<style>
a { background-color: #CAB343; }
a { background-color: rgb(202,179,67); }
div.DivClassName
{
background-color: #CAB343;
}
.BgClassName
{
background-color: #CAB343;
}
</style>
border-color css
<style>
span { border-color: #CAB343; }
span { border-color: rgb(202,179,67); }
td.TdClassName
{
border-color: #CAB343;
}
.TagClassName
{
border-color: #CAB343;
}
</style>