Shades of Old Gold #CABD32
Tints of Old Gold #CABD32
RGB
CMYK
RGB Variations
Color information
#CABD32 (or 0xCABD32) is known color: Old Gold. HEX triplet: CA, BD and 32. RGB value is (202,189,50). Sum of RGB (Red+Green+Blue) = 202+189+50=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABD32 is #3542CD. Grayscale: #B1B1B1. Windows color (decimal): -3490510 or 3325386. OLE color: 3325386.
HSL color Cylindrical-coordinate representation of color #CABD32: hue angle of 54.87º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CABD32 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 189 | 50 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.21 |
| HSL | 54.87º | 0.6% | 0.49% | - |
| HSV(B) | 54.87º | 0.75% | 0.79% | - |
| XYZ | 43.13 | 49.18 | 10.24 | - |
| YUV | 177.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 50 | 0 | 0.06 | 0.75 | 0.21 | 54.87 | 0.6 | 0.49 |
| Hex | CA | BD | 32 | 0 | 6 | 4B | 15 | 37 | 3C | 31 |
| Octal | 312 | 275 | 62 | 0 | 6 | 113 | 25 | 67 | 74 | 61 |
| Binary | 11001010 | 10111101 | 110010 | 0 | 110 | 1001011 | 10101 | 110111 | 111100 | 110001 |
Color Harmonies of #CABD32
Complementary color
Monochromatic Colors of #CABD32
Black with #CABD32
Text Example
Text Example
White with #CABD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABD32; }
p { color: rgb(202,189,50); }
H1.HeaderClassName
{
color: #CABD32;
}
.AnyTagClassName
{
color: #CABD32;
}
</style>
background-color css
<style>
a { background-color: #CABD32; }
a { background-color: rgb(202,189,50); }
div.DivClassName
{
background-color: #CABD32;
}
.BgClassName
{
background-color: #CABD32;
}
</style>
border-color css
<style>
span { border-color: #CABD32; }
span { border-color: rgb(202,189,50); }
td.TdClassName
{
border-color: #CABD32;
}
.TagClassName
{
border-color: #CABD32;
}
</style>