Shades of Old Gold #CDB634
Tints of Old Gold #CDB634
RGB
CMYK
RGB Variations
Color information
#CDB634 (or 0xCDB634) is known color: Old Gold. HEX triplet: CD, B6 and 34. RGB value is (205,182,52). Sum of RGB (Red+Green+Blue) = 205+182+52=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB634 is #3249CB. Grayscale: #AEAEAE. Windows color (decimal): -3295692 or 3454669. OLE color: 3454669.
HSL color Cylindrical-coordinate representation of color #CDB634: hue angle of 50.98º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDB634 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 52 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.20 |
| HSL | 50.98º | 0.6% | 0.5% | - |
| HSV(B) | 50.98º | 0.75% | 0.8% | - |
| XYZ | 42.52 | 46.68 | 10.02 | - |
| YUV | 174.06 | 59.12 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 52 | 0 | 0.11 | 0.75 | 0.20 | 50.98 | 0.6 | 0.5 |
| Hex | CD | B6 | 34 | 0 | B | 4B | 14 | 33 | 3C | 32 |
| Octal | 315 | 266 | 64 | 0 | 13 | 113 | 24 | 63 | 74 | 62 |
| Binary | 11001101 | 10110110 | 110100 | 0 | 1011 | 1001011 | 10100 | 110011 | 111100 | 110010 |
Color Harmonies of #CDB634
Complementary color
Monochromatic Colors of #CDB634
Black with #CDB634
Text Example
Text Example
White with #CDB634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB634; }
p { color: rgb(205,182,52); }
H1.HeaderClassName
{
color: #CDB634;
}
.AnyTagClassName
{
color: #CDB634;
}
</style>
background-color css
<style>
a { background-color: #CDB634; }
a { background-color: rgb(205,182,52); }
div.DivClassName
{
background-color: #CDB634;
}
.BgClassName
{
background-color: #CDB634;
}
</style>
border-color css
<style>
span { border-color: #CDB634; }
span { border-color: rgb(205,182,52); }
td.TdClassName
{
border-color: #CDB634;
}
.TagClassName
{
border-color: #CDB634;
}
</style>