Shades of Old Gold #CDB73B
Tints of Old Gold #CDB73B
RGB
CMYK
RGB Variations
Color information
#CDB73B (or 0xCDB73B) is known color: Old Gold. HEX triplet: CD, B7 and 3B. RGB value is (205,183,59). Sum of RGB (Red+Green+Blue) = 205+183+59=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB73B is #3248C4. Grayscale: #AFAFAF. Windows color (decimal): -3295429 or 3913677. OLE color: 3913677.
HSL color Cylindrical-coordinate representation of color #CDB73B: hue angle of 50.96º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDB73B is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 59 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.20 |
| HSL | 50.96º | 0.59% | 0.52% | - |
| HSV(B) | 50.96º | 0.71% | 0.8% | - |
| XYZ | 42.9 | 47.16 | 10.98 | - |
| YUV | 175.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 59 | 0 | 0.11 | 0.71 | 0.20 | 50.96 | 0.59 | 0.52 |
| Hex | CD | B7 | 3B | 0 | B | 47 | 14 | 33 | 3B | 34 |
| Octal | 315 | 267 | 73 | 0 | 13 | 107 | 24 | 63 | 73 | 64 |
| Binary | 11001101 | 10110111 | 111011 | 0 | 1011 | 1000111 | 10100 | 110011 | 111011 | 110100 |
Color Harmonies of #CDB73B
Complementary color
Monochromatic Colors of #CDB73B
Black with #CDB73B
Text Example
Text Example
White with #CDB73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB73B; }
p { color: rgb(205,183,59); }
H1.HeaderClassName
{
color: #CDB73B;
}
.AnyTagClassName
{
color: #CDB73B;
}
</style>
background-color css
<style>
a { background-color: #CDB73B; }
a { background-color: rgb(205,183,59); }
div.DivClassName
{
background-color: #CDB73B;
}
.BgClassName
{
background-color: #CDB73B;
}
</style>
border-color css
<style>
span { border-color: #CDB73B; }
span { border-color: rgb(205,183,59); }
td.TdClassName
{
border-color: #CDB73B;
}
.TagClassName
{
border-color: #CDB73B;
}
</style>