Shades of Old Gold #CDB440
Tints of Old Gold #CDB440
RGB
CMYK
RGB Variations
Color information
#CDB440 (or 0xCDB440) is known color: Old Gold. HEX triplet: CD, B4 and 40. RGB value is (205,180,64). Sum of RGB (Red+Green+Blue) = 205+180+64=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB440 is #324BBF. Grayscale: #AEAEAE. Windows color (decimal): -3296192 or 4240589. OLE color: 4240589.
HSL color Cylindrical-coordinate representation of color #CDB440: hue angle of 49.36º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDB440 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 64 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.20 |
| HSL | 49.36º | 0.59% | 0.53% | - |
| HSV(B) | 49.36º | 0.69% | 0.8% | - |
| XYZ | 42.42 | 45.99 | 11.49 | - |
| YUV | 174.25 | 65.78 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 64 | 0 | 0.12 | 0.69 | 0.20 | 49.36 | 0.59 | 0.53 |
| Hex | CD | B4 | 40 | 0 | C | 45 | 14 | 31 | 3B | 35 |
| Octal | 315 | 264 | 100 | 0 | 14 | 105 | 24 | 61 | 73 | 65 |
| Binary | 11001101 | 10110100 | 1000000 | 0 | 1100 | 1000101 | 10100 | 110001 | 111011 | 110101 |
Color Harmonies of #CDB440
Complementary color
Monochromatic Colors of #CDB440
Black with #CDB440
Text Example
Text Example
White with #CDB440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB440; }
p { color: rgb(205,180,64); }
H1.HeaderClassName
{
color: #CDB440;
}
.AnyTagClassName
{
color: #CDB440;
}
</style>
background-color css
<style>
a { background-color: #CDB440; }
a { background-color: rgb(205,180,64); }
div.DivClassName
{
background-color: #CDB440;
}
.BgClassName
{
background-color: #CDB440;
}
</style>
border-color css
<style>
span { border-color: #CDB440; }
span { border-color: rgb(205,180,64); }
td.TdClassName
{
border-color: #CDB440;
}
.TagClassName
{
border-color: #CDB440;
}
</style>