Shades of Old Gold #CDB644
Tints of Old Gold #CDB644
RGB
CMYK
RGB Variations
Color information
#CDB644 (or 0xCDB644) is known color: Old Gold. HEX triplet: CD, B6 and 44. RGB value is (205,182,68). Sum of RGB (Red+Green+Blue) = 205+182+68=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB644 is #3249BB. Grayscale: #B0B0B0. Windows color (decimal): -3295676 or 4503245. OLE color: 4503245.
HSL color Cylindrical-coordinate representation of color #CDB644: hue angle of 49.93º 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 #CDB644 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 68 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.20 |
| HSL | 49.93º | 0.58% | 0.54% | - |
| HSV(B) | 49.93º | 0.67% | 0.8% | - |
| XYZ | 42.95 | 46.85 | 12.25 | - |
| YUV | 175.88 | 67.12 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 68 | 0 | 0.11 | 0.67 | 0.20 | 49.93 | 0.58 | 0.54 |
| Hex | CD | B6 | 44 | 0 | B | 43 | 14 | 32 | 3A | 36 |
| Octal | 315 | 266 | 104 | 0 | 13 | 103 | 24 | 62 | 72 | 66 |
| Binary | 11001101 | 10110110 | 1000100 | 0 | 1011 | 1000011 | 10100 | 110010 | 111010 | 110110 |
Color Harmonies of #CDB644
Complementary color
Monochromatic Colors of #CDB644
Black with #CDB644
Text Example
Text Example
White with #CDB644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB644; }
p { color: rgb(205,182,68); }
H1.HeaderClassName
{
color: #CDB644;
}
.AnyTagClassName
{
color: #CDB644;
}
</style>
background-color css
<style>
a { background-color: #CDB644; }
a { background-color: rgb(205,182,68); }
div.DivClassName
{
background-color: #CDB644;
}
.BgClassName
{
background-color: #CDB644;
}
</style>
border-color css
<style>
span { border-color: #CDB644; }
span { border-color: rgb(205,182,68); }
td.TdClassName
{
border-color: #CDB644;
}
.TagClassName
{
border-color: #CDB644;
}
</style>