Shades of Old Gold #CDB838
Tints of Old Gold #CDB838
RGB
CMYK
RGB Variations
Color information
#CDB838 (or 0xCDB838) is known color: Old Gold. HEX triplet: CD, B8 and 38. RGB value is (205,184,56). Sum of RGB (Red+Green+Blue) = 205+184+56=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB838 is #3247C7. Grayscale: #B0B0B0. Windows color (decimal): -3295176 or 3717325. OLE color: 3717325.
HSL color Cylindrical-coordinate representation of color #CDB838: hue angle of 51.54º 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 #CDB838 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 56 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.20 |
| HSL | 51.54º | 0.6% | 0.51% | - |
| HSV(B) | 51.54º | 0.73% | 0.8% | - |
| XYZ | 43.03 | 47.55 | 10.65 | - |
| YUV | 175.69 | 60.46 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 56 | 0 | 0.10 | 0.73 | 0.20 | 51.54 | 0.6 | 0.51 |
| Hex | CD | B8 | 38 | 0 | A | 49 | 14 | 34 | 3C | 33 |
| Octal | 315 | 270 | 70 | 0 | 12 | 111 | 24 | 64 | 74 | 63 |
| Binary | 11001101 | 10111000 | 111000 | 0 | 1010 | 1001001 | 10100 | 110100 | 111100 | 110011 |
Color Harmonies of #CDB838
Complementary color
Monochromatic Colors of #CDB838
Black with #CDB838
Text Example
Text Example
White with #CDB838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB838; }
p { color: rgb(205,184,56); }
H1.HeaderClassName
{
color: #CDB838;
}
.AnyTagClassName
{
color: #CDB838;
}
</style>
background-color css
<style>
a { background-color: #CDB838; }
a { background-color: rgb(205,184,56); }
div.DivClassName
{
background-color: #CDB838;
}
.BgClassName
{
background-color: #CDB838;
}
</style>
border-color css
<style>
span { border-color: #CDB838; }
span { border-color: rgb(205,184,56); }
td.TdClassName
{
border-color: #CDB838;
}
.TagClassName
{
border-color: #CDB838;
}
</style>