Shades of Old Gold #CDB32F
Tints of Old Gold #CDB32F
RGB
CMYK
RGB Variations
Color information
#CDB32F (or 0xCDB32F) is known color: Old Gold. HEX triplet: CD, B3 and 2F. RGB value is (205,179,47). Sum of RGB (Red+Green+Blue) = 205+179+47=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB32F is #324CD0. Grayscale: #ACACAC. Windows color (decimal): -3296465 or 3126221. OLE color: 3126221.
HSL color Cylindrical-coordinate representation of color #CDB32F: hue angle of 50.13º 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 #CDB32F is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 47 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.20 |
| HSL | 50.13º | 0.63% | 0.49% | - |
| HSV(B) | 50.13º | 0.77% | 0.8% | - |
| XYZ | 41.81 | 45.42 | 9.25 | - |
| YUV | 171.73 | 57.61 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 47 | 0 | 0.13 | 0.77 | 0.20 | 50.13 | 0.63 | 0.49 |
| Hex | CD | B3 | 2F | 0 | D | 4D | 14 | 32 | 3F | 31 |
| Octal | 315 | 263 | 57 | 0 | 15 | 115 | 24 | 62 | 77 | 61 |
| Binary | 11001101 | 10110011 | 101111 | 0 | 1101 | 1001101 | 10100 | 110010 | 111111 | 110001 |
Color Harmonies of #CDB32F
Complementary color
Monochromatic Colors of #CDB32F
Black with #CDB32F
Text Example
Text Example
White with #CDB32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB32F; }
p { color: rgb(205,179,47); }
H1.HeaderClassName
{
color: #CDB32F;
}
.AnyTagClassName
{
color: #CDB32F;
}
</style>
background-color css
<style>
a { background-color: #CDB32F; }
a { background-color: rgb(205,179,47); }
div.DivClassName
{
background-color: #CDB32F;
}
.BgClassName
{
background-color: #CDB32F;
}
</style>
border-color css
<style>
span { border-color: #CDB32F; }
span { border-color: rgb(205,179,47); }
td.TdClassName
{
border-color: #CDB32F;
}
.TagClassName
{
border-color: #CDB32F;
}
</style>