Shades of Old Gold #CDB33C
Tints of Old Gold #CDB33C
RGB
CMYK
RGB Variations
Color information
#CDB33C (or 0xCDB33C) is known color: Old Gold. HEX triplet: CD, B3 and 3C. RGB value is (205,179,60). Sum of RGB (Red+Green+Blue) = 205+179+60=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB33C is #324CC3. Grayscale: #ADADAD. Windows color (decimal): -3296452 or 3978189. OLE color: 3978189.
HSL color Cylindrical-coordinate representation of color #CDB33C: hue angle of 49.24º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDB33C is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 60 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.20 |
| HSL | 49.24º | 0.59% | 0.52% | - |
| HSV(B) | 49.24º | 0.71% | 0.8% | - |
| XYZ | 42.11 | 45.55 | 10.85 | - |
| YUV | 173.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 60 | 0 | 0.13 | 0.71 | 0.20 | 49.24 | 0.59 | 0.52 |
| Hex | CD | B3 | 3C | 0 | D | 47 | 14 | 31 | 3B | 34 |
| Octal | 315 | 263 | 74 | 0 | 15 | 107 | 24 | 61 | 73 | 64 |
| Binary | 11001101 | 10110011 | 111100 | 0 | 1101 | 1000111 | 10100 | 110001 | 111011 | 110100 |
Color Harmonies of #CDB33C
Complementary color
Monochromatic Colors of #CDB33C
Black with #CDB33C
Text Example
Text Example
White with #CDB33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB33C; }
p { color: rgb(205,179,60); }
H1.HeaderClassName
{
color: #CDB33C;
}
.AnyTagClassName
{
color: #CDB33C;
}
</style>
background-color css
<style>
a { background-color: #CDB33C; }
a { background-color: rgb(205,179,60); }
div.DivClassName
{
background-color: #CDB33C;
}
.BgClassName
{
background-color: #CDB33C;
}
</style>
border-color css
<style>
span { border-color: #CDB33C; }
span { border-color: rgb(205,179,60); }
td.TdClassName
{
border-color: #CDB33C;
}
.TagClassName
{
border-color: #CDB33C;
}
</style>