Shades of Old Gold #CAB231
Tints of Old Gold #CAB231
RGB
CMYK
RGB Variations
Color information
#CAB231 (or 0xCAB231) is known color: Old Gold. HEX triplet: CA, B2 and 31. RGB value is (202,178,49). Sum of RGB (Red+Green+Blue) = 202+178+49=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB231 is #354DCE. Grayscale: #ABABAB. Windows color (decimal): -3493327 or 3257034. OLE color: 3257034.
HSL color Cylindrical-coordinate representation of color #CAB231: hue angle of 50.59º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAB231 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 49 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.21 |
| HSL | 50.59º | 0.61% | 0.49% | - |
| HSV(B) | 50.59º | 0.76% | 0.79% | - |
| XYZ | 40.83 | 44.62 | 9.37 | - |
| YUV | 170.47 | 59.45 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 49 | 0 | 0.12 | 0.76 | 0.21 | 50.59 | 0.61 | 0.49 |
| Hex | CA | B2 | 31 | 0 | C | 4C | 15 | 33 | 3D | 31 |
| Octal | 312 | 262 | 61 | 0 | 14 | 114 | 25 | 63 | 75 | 61 |
| Binary | 11001010 | 10110010 | 110001 | 0 | 1100 | 1001100 | 10101 | 110011 | 111101 | 110001 |
Color Harmonies of #CAB231
Complementary color
Monochromatic Colors of #CAB231
Black with #CAB231
Text Example
Text Example
White with #CAB231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB231; }
p { color: rgb(202,178,49); }
H1.HeaderClassName
{
color: #CAB231;
}
.AnyTagClassName
{
color: #CAB231;
}
</style>
background-color css
<style>
a { background-color: #CAB231; }
a { background-color: rgb(202,178,49); }
div.DivClassName
{
background-color: #CAB231;
}
.BgClassName
{
background-color: #CAB231;
}
</style>
border-color css
<style>
span { border-color: #CAB231; }
span { border-color: rgb(202,178,49); }
td.TdClassName
{
border-color: #CAB231;
}
.TagClassName
{
border-color: #CAB231;
}
</style>