Shades of Old Gold #CDB234
Tints of Old Gold #CDB234
RGB
CMYK
RGB Variations
Color information
#CDB234 (or 0xCDB234) is known color: Old Gold. HEX triplet: CD, B2 and 34. RGB value is (205,178,52). Sum of RGB (Red+Green+Blue) = 205+178+52=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDB234 is #324DCB. Grayscale: #ACACAC. Windows color (decimal): -3296716 or 3453645. OLE color: 3453645.
HSL color Cylindrical-coordinate representation of color #CDB234: hue angle of 49.41º 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 #CDB234 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 52 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.20 |
| HSL | 49.41º | 0.6% | 0.5% | - |
| HSV(B) | 49.41º | 0.75% | 0.8% | - |
| XYZ | 41.72 | 45.07 | 9.75 | - |
| YUV | 171.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 52 | 0 | 0.13 | 0.75 | 0.20 | 49.41 | 0.6 | 0.5 |
| Hex | CD | B2 | 34 | 0 | D | 4B | 14 | 31 | 3C | 32 |
| Octal | 315 | 262 | 64 | 0 | 15 | 113 | 24 | 61 | 74 | 62 |
| Binary | 11001101 | 10110010 | 110100 | 0 | 1101 | 1001011 | 10100 | 110001 | 111100 | 110010 |
Color Harmonies of #CDB234
Complementary color
Monochromatic Colors of #CDB234
Black with #CDB234
Text Example
Text Example
White with #CDB234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB234; }
p { color: rgb(205,178,52); }
H1.HeaderClassName
{
color: #CDB234;
}
.AnyTagClassName
{
color: #CDB234;
}
</style>
background-color css
<style>
a { background-color: #CDB234; }
a { background-color: rgb(205,178,52); }
div.DivClassName
{
background-color: #CDB234;
}
.BgClassName
{
background-color: #CDB234;
}
</style>
border-color css
<style>
span { border-color: #CDB234; }
span { border-color: rgb(205,178,52); }
td.TdClassName
{
border-color: #CDB234;
}
.TagClassName
{
border-color: #CDB234;
}
</style>