Shades of Old Gold #CDB52D
Tints of Old Gold #CDB52D
RGB
CMYK
RGB Variations
Color information
#CDB52D (or 0xCDB52D) is known color: Old Gold. HEX triplet: CD, B5 and 2D. RGB value is (205,181,45). Sum of RGB (Red+Green+Blue) = 205+181+45=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB52D is #324AD2. Grayscale: #ADADAD. Windows color (decimal): -3295955 or 2995661. OLE color: 2995661.
HSL color Cylindrical-coordinate representation of color #CDB52D: hue angle of 51º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDB52D is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 45 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.20 |
| HSL | 51º | 0.64% | 0.49% | - |
| HSV(B) | 51º | 0.78% | 0.8% | - |
| XYZ | 42.17 | 46.22 | 9.18 | - |
| YUV | 172.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 45 | 0 | 0.12 | 0.78 | 0.20 | 51 | 0.64 | 0.49 |
| Hex | CD | B5 | 2D | 0 | C | 4E | 14 | 33 | 40 | 31 |
| Octal | 315 | 265 | 55 | 0 | 14 | 116 | 24 | 63 | 100 | 61 |
| Binary | 11001101 | 10110101 | 101101 | 0 | 1100 | 1001110 | 10100 | 110011 | 1000000 | 110001 |
Color Harmonies of #CDB52D
Complementary color
Monochromatic Colors of #CDB52D
Black with #CDB52D
Text Example
Text Example
White with #CDB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB52D; }
p { color: rgb(205,181,45); }
H1.HeaderClassName
{
color: #CDB52D;
}
.AnyTagClassName
{
color: #CDB52D;
}
</style>
background-color css
<style>
a { background-color: #CDB52D; }
a { background-color: rgb(205,181,45); }
div.DivClassName
{
background-color: #CDB52D;
}
.BgClassName
{
background-color: #CDB52D;
}
</style>
border-color css
<style>
span { border-color: #CDB52D; }
span { border-color: rgb(205,181,45); }
td.TdClassName
{
border-color: #CDB52D;
}
.TagClassName
{
border-color: #CDB52D;
}
</style>