Shades of Old Gold #CDB92D
Tints of Old Gold #CDB92D
RGB
CMYK
RGB Variations
Color information
#CDB92D (or 0xCDB92D) is known color: Old Gold. HEX triplet: CD, B9 and 2D. RGB value is (205,185,45). Sum of RGB (Red+Green+Blue) = 205+185+45=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB92D is #3246D2. Grayscale: #AFAFAF. Windows color (decimal): -3294931 or 2996685. OLE color: 2996685.
HSL color Cylindrical-coordinate representation of color #CDB92D: hue angle of 52.5º 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 #CDB92D is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 45 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.20 |
| HSL | 52.5º | 0.64% | 0.49% | - |
| HSV(B) | 52.5º | 0.78% | 0.8% | - |
| XYZ | 43 | 47.87 | 9.46 | - |
| YUV | 175.02 | 54.63 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 45 | 0 | 0.10 | 0.78 | 0.20 | 52.5 | 0.64 | 0.49 |
| Hex | CD | B9 | 2D | 0 | A | 4E | 14 | 34 | 40 | 31 |
| Octal | 315 | 271 | 55 | 0 | 12 | 116 | 24 | 64 | 100 | 61 |
| Binary | 11001101 | 10111001 | 101101 | 0 | 1010 | 1001110 | 10100 | 110100 | 1000000 | 110001 |
Color Harmonies of #CDB92D
Complementary color
Monochromatic Colors of #CDB92D
Black with #CDB92D
Text Example
Text Example
White with #CDB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB92D; }
p { color: rgb(205,185,45); }
H1.HeaderClassName
{
color: #CDB92D;
}
.AnyTagClassName
{
color: #CDB92D;
}
</style>
background-color css
<style>
a { background-color: #CDB92D; }
a { background-color: rgb(205,185,45); }
div.DivClassName
{
background-color: #CDB92D;
}
.BgClassName
{
background-color: #CDB92D;
}
</style>
border-color css
<style>
span { border-color: #CDB92D; }
span { border-color: rgb(205,185,45); }
td.TdClassName
{
border-color: #CDB92D;
}
.TagClassName
{
border-color: #CDB92D;
}
</style>