Shades of Old Gold #CDB94C
Tints of Old Gold #CDB94C
RGB
CMYK
RGB Variations
Color information
#CDB94C (or 0xCDB94C) is known color: Old Gold. HEX triplet: CD, B9 and 4C. RGB value is (205,185,76). Sum of RGB (Red+Green+Blue) = 205+185+76=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB94C is #3246B3. Grayscale: #B3B3B3. Windows color (decimal): -3294900 or 5028301. OLE color: 5028301.
HSL color Cylindrical-coordinate representation of color #CDB94C: hue angle of 50.7º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDB94C is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 76 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.20 |
| HSL | 50.7º | 0.56% | 0.55% | - |
| HSV(B) | 50.7º | 0.63% | 0.8% | - |
| XYZ | 43.83 | 48.2 | 13.83 | - |
| YUV | 178.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 76 | 0 | 0.10 | 0.63 | 0.20 | 50.7 | 0.56 | 0.55 |
| Hex | CD | B9 | 4C | 0 | A | 3F | 14 | 33 | 38 | 37 |
| Octal | 315 | 271 | 114 | 0 | 12 | 77 | 24 | 63 | 70 | 67 |
| Binary | 11001101 | 10111001 | 1001100 | 0 | 1010 | 111111 | 10100 | 110011 | 111000 | 110111 |
Color Harmonies of #CDB94C
Complementary color
Monochromatic Colors of #CDB94C
Black with #CDB94C
Text Example
Text Example
White with #CDB94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB94C; }
p { color: rgb(205,185,76); }
H1.HeaderClassName
{
color: #CDB94C;
}
.AnyTagClassName
{
color: #CDB94C;
}
</style>
background-color css
<style>
a { background-color: #CDB94C; }
a { background-color: rgb(205,185,76); }
div.DivClassName
{
background-color: #CDB94C;
}
.BgClassName
{
background-color: #CDB94C;
}
</style>
border-color css
<style>
span { border-color: #CDB94C; }
span { border-color: rgb(205,185,76); }
td.TdClassName
{
border-color: #CDB94C;
}
.TagClassName
{
border-color: #CDB94C;
}
</style>