Shades of Old Gold #CDB72F
Tints of Old Gold #CDB72F
RGB
CMYK
RGB Variations
Color information
#CDB72F (or 0xCDB72F) is known color: Old Gold. HEX triplet: CD, B7 and 2F. RGB value is (205,183,47). Sum of RGB (Red+Green+Blue) = 205+183+47=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB72F is #3248D0. Grayscale: #AEAEAE. Windows color (decimal): -3295441 or 3127245. OLE color: 3127245.
HSL color Cylindrical-coordinate representation of color #CDB72F: hue angle of 51.65º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDB72F is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 47 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.20 |
| HSL | 51.65º | 0.63% | 0.49% | - |
| HSV(B) | 51.65º | 0.77% | 0.8% | - |
| XYZ | 42.62 | 47.05 | 9.52 | - |
| YUV | 174.07 | 56.29 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 47 | 0 | 0.11 | 0.77 | 0.20 | 51.65 | 0.63 | 0.49 |
| Hex | CD | B7 | 2F | 0 | B | 4D | 14 | 34 | 3F | 31 |
| Octal | 315 | 267 | 57 | 0 | 13 | 115 | 24 | 64 | 77 | 61 |
| Binary | 11001101 | 10110111 | 101111 | 0 | 1011 | 1001101 | 10100 | 110100 | 111111 | 110001 |
Color Harmonies of #CDB72F
Complementary color
Monochromatic Colors of #CDB72F
Black with #CDB72F
Text Example
Text Example
White with #CDB72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB72F; }
p { color: rgb(205,183,47); }
H1.HeaderClassName
{
color: #CDB72F;
}
.AnyTagClassName
{
color: #CDB72F;
}
</style>
background-color css
<style>
a { background-color: #CDB72F; }
a { background-color: rgb(205,183,47); }
div.DivClassName
{
background-color: #CDB72F;
}
.BgClassName
{
background-color: #CDB72F;
}
</style>
border-color css
<style>
span { border-color: #CDB72F; }
span { border-color: rgb(205,183,47); }
td.TdClassName
{
border-color: #CDB72F;
}
.TagClassName
{
border-color: #CDB72F;
}
</style>