Shades of Old Gold #CDB23E
Tints of Old Gold #CDB23E
RGB
CMYK
RGB Variations
Color information
#CDB23E (or 0xCDB23E) is known color: Old Gold. HEX triplet: CD, B2 and 3E. RGB value is (205,178,62). Sum of RGB (Red+Green+Blue) = 205+178+62=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB23E is #324DC1. Grayscale: #ADADAD. Windows color (decimal): -3296706 or 4109005. OLE color: 4109005.
HSL color Cylindrical-coordinate representation of color #CDB23E: hue angle of 48.67º 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 #CDB23E is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 62 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.20 |
| HSL | 48.67º | 0.59% | 0.52% | - |
| HSV(B) | 48.67º | 0.7% | 0.8% | - |
| XYZ | 41.97 | 45.17 | 11.06 | - |
| YUV | 172.85 | 65.45 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 62 | 0 | 0.13 | 0.70 | 0.20 | 48.67 | 0.59 | 0.52 |
| Hex | CD | B2 | 3E | 0 | D | 46 | 14 | 31 | 3B | 34 |
| Octal | 315 | 262 | 76 | 0 | 15 | 106 | 24 | 61 | 73 | 64 |
| Binary | 11001101 | 10110010 | 111110 | 0 | 1101 | 1000110 | 10100 | 110001 | 111011 | 110100 |
Color Harmonies of #CDB23E
Complementary color
Monochromatic Colors of #CDB23E
Black with #CDB23E
Text Example
Text Example
White with #CDB23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB23E; }
p { color: rgb(205,178,62); }
H1.HeaderClassName
{
color: #CDB23E;
}
.AnyTagClassName
{
color: #CDB23E;
}
</style>
background-color css
<style>
a { background-color: #CDB23E; }
a { background-color: rgb(205,178,62); }
div.DivClassName
{
background-color: #CDB23E;
}
.BgClassName
{
background-color: #CDB23E;
}
</style>
border-color css
<style>
span { border-color: #CDB23E; }
span { border-color: rgb(205,178,62); }
td.TdClassName
{
border-color: #CDB23E;
}
.TagClassName
{
border-color: #CDB23E;
}
</style>