Shades of Old Gold #CDB948
Tints of Old Gold #CDB948
RGB
CMYK
RGB Variations
Color information
#CDB948 (or 0xCDB948) is known color: Old Gold. HEX triplet: CD, B9 and 48. RGB value is (205,185,72). Sum of RGB (Red+Green+Blue) = 205+185+72=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB948 is #3246B7. Grayscale: #B2B2B2. Windows color (decimal): -3294904 or 4766157. OLE color: 4766157.
HSL color Cylindrical-coordinate representation of color #CDB948: hue angle of 50.98º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDB948 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 72 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.20 |
| HSL | 50.98º | 0.57% | 0.54% | - |
| HSV(B) | 50.98º | 0.65% | 0.8% | - |
| XYZ | 43.7 | 48.14 | 13.12 | - |
| YUV | 178.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 72 | 0 | 0.10 | 0.65 | 0.20 | 50.98 | 0.57 | 0.54 |
| Hex | CD | B9 | 48 | 0 | A | 41 | 14 | 33 | 39 | 36 |
| Octal | 315 | 271 | 110 | 0 | 12 | 101 | 24 | 63 | 71 | 66 |
| Binary | 11001101 | 10111001 | 1001000 | 0 | 1010 | 1000001 | 10100 | 110011 | 111001 | 110110 |
Color Harmonies of #CDB948
Complementary color
Monochromatic Colors of #CDB948
Black with #CDB948
Text Example
Text Example
White with #CDB948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB948; }
p { color: rgb(205,185,72); }
H1.HeaderClassName
{
color: #CDB948;
}
.AnyTagClassName
{
color: #CDB948;
}
</style>
background-color css
<style>
a { background-color: #CDB948; }
a { background-color: rgb(205,185,72); }
div.DivClassName
{
background-color: #CDB948;
}
.BgClassName
{
background-color: #CDB948;
}
</style>
border-color css
<style>
span { border-color: #CDB948; }
span { border-color: rgb(205,185,72); }
td.TdClassName
{
border-color: #CDB948;
}
.TagClassName
{
border-color: #CDB948;
}
</style>