Shades of Old Gold #CDB231
Tints of Old Gold #CDB231
RGB
CMYK
RGB Variations
Color information
#CDB231 (or 0xCDB231) is known color: Old Gold. HEX triplet: CD, B2 and 31. RGB value is (205,178,49). Sum of RGB (Red+Green+Blue) = 205+178+49=432 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.45% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB231 is #324DCE. Grayscale: #ABABAB. Windows color (decimal): -3296719 or 3257037. OLE color: 3257037.
HSL color Cylindrical-coordinate representation of color #CDB231: hue angle of 49.62º 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 #CDB231 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 49 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.20 |
| HSL | 49.62º | 0.61% | 0.5% | - |
| HSV(B) | 49.62º | 0.76% | 0.8% | - |
| XYZ | 41.65 | 45.04 | 9.4 | - |
| YUV | 171.37 | 58.95 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 49 | 0 | 0.13 | 0.76 | 0.20 | 49.62 | 0.61 | 0.5 |
| Hex | CD | B2 | 31 | 0 | D | 4C | 14 | 32 | 3D | 32 |
| Octal | 315 | 262 | 61 | 0 | 15 | 114 | 24 | 62 | 75 | 62 |
| Binary | 11001101 | 10110010 | 110001 | 0 | 1101 | 1001100 | 10100 | 110010 | 111101 | 110010 |
Color Harmonies of #CDB231
Complementary color
Monochromatic Colors of #CDB231
Black with #CDB231
Text Example
Text Example
White with #CDB231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB231; }
p { color: rgb(205,178,49); }
H1.HeaderClassName
{
color: #CDB231;
}
.AnyTagClassName
{
color: #CDB231;
}
</style>
background-color css
<style>
a { background-color: #CDB231; }
a { background-color: rgb(205,178,49); }
div.DivClassName
{
background-color: #CDB231;
}
.BgClassName
{
background-color: #CDB231;
}
</style>
border-color css
<style>
span { border-color: #CDB231; }
span { border-color: rgb(205,178,49); }
td.TdClassName
{
border-color: #CDB231;
}
.TagClassName
{
border-color: #CDB231;
}
</style>