Shades of Old Gold #CAB438
Tints of Old Gold #CAB438
RGB
CMYK
RGB Variations
Color information
#CAB438 (or 0xCAB438) is known color: Old Gold. HEX triplet: CA, B4 and 38. RGB value is (202,180,56). Sum of RGB (Red+Green+Blue) = 202+180+56=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB438 is #354BC7. Grayscale: #ACACAC. Windows color (decimal): -3492808 or 3716298. OLE color: 3716298.
HSL color Cylindrical-coordinate representation of color #CAB438: hue angle of 50.96º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAB438 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 180 | 56 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.21 |
| HSL | 50.96º | 0.58% | 0.51% | - |
| HSV(B) | 50.96º | 0.72% | 0.79% | - |
| XYZ | 41.39 | 45.48 | 10.34 | - |
| YUV | 172.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 180 | 56 | 0 | 0.11 | 0.72 | 0.21 | 50.96 | 0.58 | 0.51 |
| Hex | CA | B4 | 38 | 0 | B | 48 | 15 | 33 | 3A | 33 |
| Octal | 312 | 264 | 70 | 0 | 13 | 110 | 25 | 63 | 72 | 63 |
| Binary | 11001010 | 10110100 | 111000 | 0 | 1011 | 1001000 | 10101 | 110011 | 111010 | 110011 |
Color Harmonies of #CAB438
Complementary color
Monochromatic Colors of #CAB438
Black with #CAB438
Text Example
Text Example
White with #CAB438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB438; }
p { color: rgb(202,180,56); }
H1.HeaderClassName
{
color: #CAB438;
}
.AnyTagClassName
{
color: #CAB438;
}
</style>
background-color css
<style>
a { background-color: #CAB438; }
a { background-color: rgb(202,180,56); }
div.DivClassName
{
background-color: #CAB438;
}
.BgClassName
{
background-color: #CAB438;
}
</style>
border-color css
<style>
span { border-color: #CAB438; }
span { border-color: rgb(202,180,56); }
td.TdClassName
{
border-color: #CAB438;
}
.TagClassName
{
border-color: #CAB438;
}
</style>