Shades of Old Gold #CDB831
Tints of Old Gold #CDB831
RGB
CMYK
RGB Variations
Color information
#CDB831 (or 0xCDB831) is known color: Old Gold. HEX triplet: CD, B8 and 31. RGB value is (205,184,49). Sum of RGB (Red+Green+Blue) = 205+184+49=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB831 is #3247CE. Grayscale: #AFAFAF. Windows color (decimal): -3295183 or 3258573. OLE color: 3258573.
HSL color Cylindrical-coordinate representation of color #CDB831: hue angle of 51.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDB831 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 49 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.20 |
| HSL | 51.92º | 0.61% | 0.5% | - |
| HSV(B) | 51.92º | 0.76% | 0.8% | - |
| XYZ | 42.87 | 47.48 | 9.81 | - |
| YUV | 174.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 49 | 0 | 0.10 | 0.76 | 0.20 | 51.92 | 0.61 | 0.5 |
| Hex | CD | B8 | 31 | 0 | A | 4C | 14 | 34 | 3D | 32 |
| Octal | 315 | 270 | 61 | 0 | 12 | 114 | 24 | 64 | 75 | 62 |
| Binary | 11001101 | 10111000 | 110001 | 0 | 1010 | 1001100 | 10100 | 110100 | 111101 | 110010 |
Color Harmonies of #CDB831
Complementary color
Monochromatic Colors of #CDB831
Black with #CDB831
Text Example
Text Example
White with #CDB831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB831; }
p { color: rgb(205,184,49); }
H1.HeaderClassName
{
color: #CDB831;
}
.AnyTagClassName
{
color: #CDB831;
}
</style>
background-color css
<style>
a { background-color: #CDB831; }
a { background-color: rgb(205,184,49); }
div.DivClassName
{
background-color: #CDB831;
}
.BgClassName
{
background-color: #CDB831;
}
</style>
border-color css
<style>
span { border-color: #CDB831; }
span { border-color: rgb(205,184,49); }
td.TdClassName
{
border-color: #CDB831;
}
.TagClassName
{
border-color: #CDB831;
}
</style>