Shades of Old Gold #CDB333
Tints of Old Gold #CDB333
RGB
CMYK
RGB Variations
Color information
#CDB333 (or 0xCDB333) is known color: Old Gold. HEX triplet: CD, B3 and 33. RGB value is (205,179,51). Sum of RGB (Red+Green+Blue) = 205+179+51=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB333 is #324CCC. Grayscale: #ACACAC. Windows color (decimal): -3296461 or 3388365. OLE color: 3388365.
HSL color Cylindrical-coordinate representation of color #CDB333: hue angle of 49.87º degrees, saturation: 0.61, 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 #CDB333 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 51 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.20 |
| HSL | 49.87º | 0.61% | 0.5% | - |
| HSV(B) | 49.87º | 0.75% | 0.8% | - |
| XYZ | 41.89 | 45.46 | 9.7 | - |
| YUV | 172.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 51 | 0 | 0.13 | 0.75 | 0.20 | 49.87 | 0.61 | 0.5 |
| Hex | CD | B3 | 33 | 0 | D | 4B | 14 | 32 | 3D | 32 |
| Octal | 315 | 263 | 63 | 0 | 15 | 113 | 24 | 62 | 75 | 62 |
| Binary | 11001101 | 10110011 | 110011 | 0 | 1101 | 1001011 | 10100 | 110010 | 111101 | 110010 |
Color Harmonies of #CDB333
Complementary color
Monochromatic Colors of #CDB333
Black with #CDB333
Text Example
Text Example
White with #CDB333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB333; }
p { color: rgb(205,179,51); }
H1.HeaderClassName
{
color: #CDB333;
}
.AnyTagClassName
{
color: #CDB333;
}
</style>
background-color css
<style>
a { background-color: #CDB333; }
a { background-color: rgb(205,179,51); }
div.DivClassName
{
background-color: #CDB333;
}
.BgClassName
{
background-color: #CDB333;
}
</style>
border-color css
<style>
span { border-color: #CDB333; }
span { border-color: rgb(205,179,51); }
td.TdClassName
{
border-color: #CDB333;
}
.TagClassName
{
border-color: #CDB333;
}
</style>