Shades of Old Gold #CDB73E
Tints of Old Gold #CDB73E
RGB
CMYK
RGB Variations
Color information
#CDB73E (or 0xCDB73E) is known color: Old Gold. HEX triplet: CD, B7 and 3E. RGB value is (205,183,62). Sum of RGB (Red+Green+Blue) = 205+183+62=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB73E is #3248C1. Grayscale: #B0B0B0. Windows color (decimal): -3295426 or 4110285. OLE color: 4110285.
HSL color Cylindrical-coordinate representation of color #CDB73E: hue angle of 50.77º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDB73E is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 62 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.20 |
| HSL | 50.77º | 0.59% | 0.52% | - |
| HSV(B) | 50.77º | 0.7% | 0.8% | - |
| XYZ | 42.98 | 47.19 | 11.4 | - |
| YUV | 175.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 62 | 0 | 0.11 | 0.70 | 0.20 | 50.77 | 0.59 | 0.52 |
| Hex | CD | B7 | 3E | 0 | B | 46 | 14 | 33 | 3B | 34 |
| Octal | 315 | 267 | 76 | 0 | 13 | 106 | 24 | 63 | 73 | 64 |
| Binary | 11001101 | 10110111 | 111110 | 0 | 1011 | 1000110 | 10100 | 110011 | 111011 | 110100 |
Color Harmonies of #CDB73E
Complementary color
Monochromatic Colors of #CDB73E
Black with #CDB73E
Text Example
Text Example
White with #CDB73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB73E; }
p { color: rgb(205,183,62); }
H1.HeaderClassName
{
color: #CDB73E;
}
.AnyTagClassName
{
color: #CDB73E;
}
</style>
background-color css
<style>
a { background-color: #CDB73E; }
a { background-color: rgb(205,183,62); }
div.DivClassName
{
background-color: #CDB73E;
}
.BgClassName
{
background-color: #CDB73E;
}
</style>
border-color css
<style>
span { border-color: #CDB73E; }
span { border-color: rgb(205,183,62); }
td.TdClassName
{
border-color: #CDB73E;
}
.TagClassName
{
border-color: #CDB73E;
}
</style>