Shades of Old Gold #CDB444
Tints of Old Gold #CDB444
RGB
CMYK
RGB Variations
Color information
#CDB444 (or 0xCDB444) is known color: Old Gold. HEX triplet: CD, B4 and 44. RGB value is (205,180,68). Sum of RGB (Red+Green+Blue) = 205+180+68=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB444 is #324BBB. Grayscale: #AFAFAF. Windows color (decimal): -3296188 or 4502733. OLE color: 4502733.
HSL color Cylindrical-coordinate representation of color #CDB444: hue angle of 49.05º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDB444 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 68 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.20 |
| HSL | 49.05º | 0.58% | 0.54% | - |
| HSV(B) | 49.05º | 0.67% | 0.8% | - |
| XYZ | 42.54 | 46.04 | 12.11 | - |
| YUV | 174.71 | 67.78 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 68 | 0 | 0.12 | 0.67 | 0.20 | 49.05 | 0.58 | 0.54 |
| Hex | CD | B4 | 44 | 0 | C | 43 | 14 | 31 | 3A | 36 |
| Octal | 315 | 264 | 104 | 0 | 14 | 103 | 24 | 61 | 72 | 66 |
| Binary | 11001101 | 10110100 | 1000100 | 0 | 1100 | 1000011 | 10100 | 110001 | 111010 | 110110 |
Color Harmonies of #CDB444
Complementary color
Monochromatic Colors of #CDB444
Black with #CDB444
Text Example
Text Example
White with #CDB444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB444; }
p { color: rgb(205,180,68); }
H1.HeaderClassName
{
color: #CDB444;
}
.AnyTagClassName
{
color: #CDB444;
}
</style>
background-color css
<style>
a { background-color: #CDB444; }
a { background-color: rgb(205,180,68); }
div.DivClassName
{
background-color: #CDB444;
}
.BgClassName
{
background-color: #CDB444;
}
</style>
border-color css
<style>
span { border-color: #CDB444; }
span { border-color: rgb(205,180,68); }
td.TdClassName
{
border-color: #CDB444;
}
.TagClassName
{
border-color: #CDB444;
}
</style>