Shades of Old Gold #CDB628
Tints of Old Gold #CDB628
RGB
CMYK
RGB Variations
Color information
#CDB628 (or 0xCDB628) is known color: Old Gold. HEX triplet: CD, B6 and 28. RGB value is (205,182,40). Sum of RGB (Red+Green+Blue) = 205+182+40=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB628 is #3249D7. Grayscale: #ADADAD. Windows color (decimal): -3295704 or 2668237. OLE color: 2668237.
HSL color Cylindrical-coordinate representation of color #CDB628: hue angle of 51.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDB628 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 40 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.20 |
| HSL | 51.64º | 0.67% | 0.48% | - |
| HSV(B) | 51.64º | 0.8% | 0.8% | - |
| XYZ | 42.29 | 46.59 | 8.77 | - |
| YUV | 172.69 | 53.12 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 40 | 0 | 0.11 | 0.80 | 0.20 | 51.64 | 0.67 | 0.48 |
| Hex | CD | B6 | 28 | 0 | B | 50 | 14 | 34 | 43 | 30 |
| Octal | 315 | 266 | 50 | 0 | 13 | 120 | 24 | 64 | 103 | 60 |
| Binary | 11001101 | 10110110 | 101000 | 0 | 1011 | 1010000 | 10100 | 110100 | 1000011 | 110000 |
Color Harmonies of #CDB628
Complementary color
Monochromatic Colors of #CDB628
Black with #CDB628
Text Example
Text Example
White with #CDB628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB628; }
p { color: rgb(205,182,40); }
H1.HeaderClassName
{
color: #CDB628;
}
.AnyTagClassName
{
color: #CDB628;
}
</style>
background-color css
<style>
a { background-color: #CDB628; }
a { background-color: rgb(205,182,40); }
div.DivClassName
{
background-color: #CDB628;
}
.BgClassName
{
background-color: #CDB628;
}
</style>
border-color css
<style>
span { border-color: #CDB628; }
span { border-color: rgb(205,182,40); }
td.TdClassName
{
border-color: #CDB628;
}
.TagClassName
{
border-color: #CDB628;
}
</style>