Shades of Old Gold #CDB244
Tints of Old Gold #CDB244
RGB
CMYK
RGB Variations
Color information
#CDB244 (or 0xCDB244) is known color: Old Gold. HEX triplet: CD, B2 and 44. RGB value is (205,178,68). Sum of RGB (Red+Green+Blue) = 205+178+68=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB244 is #324DBB. Grayscale: #ADADAD. Windows color (decimal): -3296700 or 4502221. OLE color: 4502221.
HSL color Cylindrical-coordinate representation of color #CDB244: hue angle of 48.18º 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 #CDB244 is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 68 | - |
| CMYK | 0 | 0.13 | 0.67 | 0.20 |
| HSL | 48.18º | 0.58% | 0.54% | - |
| HSV(B) | 48.18º | 0.67% | 0.8% | - |
| XYZ | 42.14 | 45.24 | 11.98 | - |
| YUV | 173.53 | 68.45 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 68 | 0 | 0.13 | 0.67 | 0.20 | 48.18 | 0.58 | 0.54 |
| Hex | CD | B2 | 44 | 0 | D | 43 | 14 | 30 | 3A | 36 |
| Octal | 315 | 262 | 104 | 0 | 15 | 103 | 24 | 60 | 72 | 66 |
| Binary | 11001101 | 10110010 | 1000100 | 0 | 1101 | 1000011 | 10100 | 110000 | 111010 | 110110 |
Color Harmonies of #CDB244
Complementary color
Monochromatic Colors of #CDB244
Black with #CDB244
Text Example
Text Example
White with #CDB244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB244; }
p { color: rgb(205,178,68); }
H1.HeaderClassName
{
color: #CDB244;
}
.AnyTagClassName
{
color: #CDB244;
}
</style>
background-color css
<style>
a { background-color: #CDB244; }
a { background-color: rgb(205,178,68); }
div.DivClassName
{
background-color: #CDB244;
}
.BgClassName
{
background-color: #CDB244;
}
</style>
border-color css
<style>
span { border-color: #CDB244; }
span { border-color: rgb(205,178,68); }
td.TdClassName
{
border-color: #CDB244;
}
.TagClassName
{
border-color: #CDB244;
}
</style>