Shades of Old Gold #CDB338
Tints of Old Gold #CDB338
RGB
CMYK
RGB Variations
Color information
#CDB338 (or 0xCDB338) is known color: Old Gold. HEX triplet: CD, B3 and 38. RGB value is (205,179,56). Sum of RGB (Red+Green+Blue) = 205+179+56=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB338 is #324CC7. Grayscale: #ADADAD. Windows color (decimal): -3296456 or 3716045. OLE color: 3716045.
HSL color Cylindrical-coordinate representation of color #CDB338: hue angle of 49.53º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDB338 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 56 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.20 |
| HSL | 49.53º | 0.6% | 0.51% | - |
| HSV(B) | 49.53º | 0.73% | 0.8% | - |
| XYZ | 42.01 | 45.5 | 10.31 | - |
| YUV | 172.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 56 | 0 | 0.13 | 0.73 | 0.20 | 49.53 | 0.6 | 0.51 |
| Hex | CD | B3 | 38 | 0 | D | 49 | 14 | 32 | 3C | 33 |
| Octal | 315 | 263 | 70 | 0 | 15 | 111 | 24 | 62 | 74 | 63 |
| Binary | 11001101 | 10110011 | 111000 | 0 | 1101 | 1001001 | 10100 | 110010 | 111100 | 110011 |
Color Harmonies of #CDB338
Complementary color
Monochromatic Colors of #CDB338
Black with #CDB338
Text Example
Text Example
White with #CDB338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB338; }
p { color: rgb(205,179,56); }
H1.HeaderClassName
{
color: #CDB338;
}
.AnyTagClassName
{
color: #CDB338;
}
</style>
background-color css
<style>
a { background-color: #CDB338; }
a { background-color: rgb(205,179,56); }
div.DivClassName
{
background-color: #CDB338;
}
.BgClassName
{
background-color: #CDB338;
}
</style>
border-color css
<style>
span { border-color: #CDB338; }
span { border-color: rgb(205,179,56); }
td.TdClassName
{
border-color: #CDB338;
}
.TagClassName
{
border-color: #CDB338;
}
</style>