Shades of Old Gold #CDB72E
Tints of Old Gold #CDB72E
RGB
CMYK
RGB Variations
Color information
#CDB72E (or 0xCDB72E) is known color: Old Gold. HEX triplet: CD, B7 and 2E. RGB value is (205,183,46). Sum of RGB (Red+Green+Blue) = 205+183+46=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB72E is #3248D1. Grayscale: #AEAEAE. Windows color (decimal): -3295442 or 3061709. OLE color: 3061709.
HSL color Cylindrical-coordinate representation of color #CDB72E: hue angle of 51.7º degrees, saturation: 0.63, 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 #CDB72E is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 46 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.20 |
| HSL | 51.7º | 0.63% | 0.49% | - |
| HSV(B) | 51.7º | 0.78% | 0.8% | - |
| XYZ | 42.6 | 47.04 | 9.42 | - |
| YUV | 173.96 | 55.79 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 46 | 0 | 0.11 | 0.78 | 0.20 | 51.7 | 0.63 | 0.49 |
| Hex | CD | B7 | 2E | 0 | B | 4E | 14 | 34 | 3F | 31 |
| Octal | 315 | 267 | 56 | 0 | 13 | 116 | 24 | 64 | 77 | 61 |
| Binary | 11001101 | 10110111 | 101110 | 0 | 1011 | 1001110 | 10100 | 110100 | 111111 | 110001 |
Color Harmonies of #CDB72E
Complementary color
Monochromatic Colors of #CDB72E
Black with #CDB72E
Text Example
Text Example
White with #CDB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB72E; }
p { color: rgb(205,183,46); }
H1.HeaderClassName
{
color: #CDB72E;
}
.AnyTagClassName
{
color: #CDB72E;
}
</style>
background-color css
<style>
a { background-color: #CDB72E; }
a { background-color: rgb(205,183,46); }
div.DivClassName
{
background-color: #CDB72E;
}
.BgClassName
{
background-color: #CDB72E;
}
</style>
border-color css
<style>
span { border-color: #CDB72E; }
span { border-color: rgb(205,183,46); }
td.TdClassName
{
border-color: #CDB72E;
}
.TagClassName
{
border-color: #CDB72E;
}
</style>