Shades of Old Gold #CDB834
Tints of Old Gold #CDB834
RGB
CMYK
RGB Variations
Color information
#CDB834 (or 0xCDB834) is known color: Old Gold. HEX triplet: CD, B8 and 34. RGB value is (205,184,52). Sum of RGB (Red+Green+Blue) = 205+184+52=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB834 is #3247CB. Grayscale: #AFAFAF. Windows color (decimal): -3295180 or 3455181. OLE color: 3455181.
HSL color Cylindrical-coordinate representation of color #CDB834: hue angle of 51.76º 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 #CDB834 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 52 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.20 |
| HSL | 51.76º | 0.6% | 0.5% | - |
| HSV(B) | 51.76º | 0.75% | 0.8% | - |
| XYZ | 42.94 | 47.51 | 10.16 | - |
| YUV | 175.23 | 58.46 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 52 | 0 | 0.10 | 0.75 | 0.20 | 51.76 | 0.6 | 0.5 |
| Hex | CD | B8 | 34 | 0 | A | 4B | 14 | 34 | 3C | 32 |
| Octal | 315 | 270 | 64 | 0 | 12 | 113 | 24 | 64 | 74 | 62 |
| Binary | 11001101 | 10111000 | 110100 | 0 | 1010 | 1001011 | 10100 | 110100 | 111100 | 110010 |
Color Harmonies of #CDB834
Complementary color
Monochromatic Colors of #CDB834
Black with #CDB834
Text Example
Text Example
White with #CDB834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB834; }
p { color: rgb(205,184,52); }
H1.HeaderClassName
{
color: #CDB834;
}
.AnyTagClassName
{
color: #CDB834;
}
</style>
background-color css
<style>
a { background-color: #CDB834; }
a { background-color: rgb(205,184,52); }
div.DivClassName
{
background-color: #CDB834;
}
.BgClassName
{
background-color: #CDB834;
}
</style>
border-color css
<style>
span { border-color: #CDB834; }
span { border-color: rgb(205,184,52); }
td.TdClassName
{
border-color: #CDB834;
}
.TagClassName
{
border-color: #CDB834;
}
</style>