Shades of Old Gold #CDB933
Tints of Old Gold #CDB933
RGB
CMYK
RGB Variations
Color information
#CDB933 (or 0xCDB933) is known color: Old Gold. HEX triplet: CD, B9 and 33. RGB value is (205,185,51). Sum of RGB (Red+Green+Blue) = 205+185+51=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB933 is #3246CC. Grayscale: #B0B0B0. Windows color (decimal): -3294925 or 3389901. OLE color: 3389901.
HSL color Cylindrical-coordinate representation of color #CDB933: hue angle of 52.21º 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 #CDB933 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 51 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.20 |
| HSL | 52.21º | 0.61% | 0.5% | - |
| HSV(B) | 52.21º | 0.75% | 0.8% | - |
| XYZ | 43.12 | 47.92 | 10.11 | - |
| YUV | 175.7 | 57.63 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 51 | 0 | 0.10 | 0.75 | 0.20 | 52.21 | 0.61 | 0.5 |
| Hex | CD | B9 | 33 | 0 | A | 4B | 14 | 34 | 3D | 32 |
| Octal | 315 | 271 | 63 | 0 | 12 | 113 | 24 | 64 | 75 | 62 |
| Binary | 11001101 | 10111001 | 110011 | 0 | 1010 | 1001011 | 10100 | 110100 | 111101 | 110010 |
Color Harmonies of #CDB933
Complementary color
Monochromatic Colors of #CDB933
Black with #CDB933
Text Example
Text Example
White with #CDB933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB933; }
p { color: rgb(205,185,51); }
H1.HeaderClassName
{
color: #CDB933;
}
.AnyTagClassName
{
color: #CDB933;
}
</style>
background-color css
<style>
a { background-color: #CDB933; }
a { background-color: rgb(205,185,51); }
div.DivClassName
{
background-color: #CDB933;
}
.BgClassName
{
background-color: #CDB933;
}
</style>
border-color css
<style>
span { border-color: #CDB933; }
span { border-color: rgb(205,185,51); }
td.TdClassName
{
border-color: #CDB933;
}
.TagClassName
{
border-color: #CDB933;
}
</style>