Shades of Old Gold #CDBC4A
Tints of Old Gold #CDBC4A
RGB
CMYK
RGB Variations
Color information
#CDBC4A (or 0xCDBC4A) is known color: Old Gold. HEX triplet: CD, BC and 4A. RGB value is (205,188,74). Sum of RGB (Red+Green+Blue) = 205+188+74=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDBC4A is #3243B5. Grayscale: #B4B4B4. Windows color (decimal): -3294134 or 4897997. OLE color: 4897997.
HSL color Cylindrical-coordinate representation of color #CDBC4A: hue angle of 52.21º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDBC4A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 188 | 74 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.20 |
| HSL | 52.21º | 0.57% | 0.55% | - |
| HSV(B) | 52.21º | 0.64% | 0.8% | - |
| XYZ | 44.4 | 49.44 | 13.68 | - |
| YUV | 180.09 | 68.13 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 74 | 0 | 0.08 | 0.64 | 0.20 | 52.21 | 0.57 | 0.55 |
| Hex | CD | BC | 4A | 0 | 8 | 40 | 14 | 34 | 39 | 37 |
| Octal | 315 | 274 | 112 | 0 | 10 | 100 | 24 | 64 | 71 | 67 |
| Binary | 11001101 | 10111100 | 1001010 | 0 | 1000 | 1000000 | 10100 | 110100 | 111001 | 110111 |
Color Harmonies of #CDBC4A
Complementary color
Monochromatic Colors of #CDBC4A
Black with #CDBC4A
Text Example
Text Example
White with #CDBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBC4A; }
p { color: rgb(205,188,74); }
H1.HeaderClassName
{
color: #CDBC4A;
}
.AnyTagClassName
{
color: #CDBC4A;
}
</style>
background-color css
<style>
a { background-color: #CDBC4A; }
a { background-color: rgb(205,188,74); }
div.DivClassName
{
background-color: #CDBC4A;
}
.BgClassName
{
background-color: #CDBC4A;
}
</style>
border-color css
<style>
span { border-color: #CDBC4A; }
span { border-color: rgb(205,188,74); }
td.TdClassName
{
border-color: #CDBC4A;
}
.TagClassName
{
border-color: #CDBC4A;
}
</style>