Shades of Old Gold #CDB62F
Tints of Old Gold #CDB62F
RGB
CMYK
RGB Variations
Color information
#CDB62F (or 0xCDB62F) is known color: Old Gold. HEX triplet: CD, B6 and 2F. RGB value is (205,182,47). Sum of RGB (Red+Green+Blue) = 205+182+47=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB62F is #3249D0. Grayscale: #AEAEAE. Windows color (decimal): -3295697 or 3126989. OLE color: 3126989.
HSL color Cylindrical-coordinate representation of color #CDB62F: hue angle of 51.27º 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 #CDB62F is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 47 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.20 |
| HSL | 51.27º | 0.63% | 0.49% | - |
| HSV(B) | 51.27º | 0.77% | 0.8% | - |
| XYZ | 42.42 | 46.64 | 9.46 | - |
| YUV | 173.49 | 56.62 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 47 | 0 | 0.11 | 0.77 | 0.20 | 51.27 | 0.63 | 0.49 |
| Hex | CD | B6 | 2F | 0 | B | 4D | 14 | 33 | 3F | 31 |
| Octal | 315 | 266 | 57 | 0 | 13 | 115 | 24 | 63 | 77 | 61 |
| Binary | 11001101 | 10110110 | 101111 | 0 | 1011 | 1001101 | 10100 | 110011 | 111111 | 110001 |
Color Harmonies of #CDB62F
Complementary color
Monochromatic Colors of #CDB62F
Black with #CDB62F
Text Example
Text Example
White with #CDB62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB62F; }
p { color: rgb(205,182,47); }
H1.HeaderClassName
{
color: #CDB62F;
}
.AnyTagClassName
{
color: #CDB62F;
}
</style>
background-color css
<style>
a { background-color: #CDB62F; }
a { background-color: rgb(205,182,47); }
div.DivClassName
{
background-color: #CDB62F;
}
.BgClassName
{
background-color: #CDB62F;
}
</style>
border-color css
<style>
span { border-color: #CDB62F; }
span { border-color: rgb(205,182,47); }
td.TdClassName
{
border-color: #CDB62F;
}
.TagClassName
{
border-color: #CDB62F;
}
</style>