Shades of Old Gold #CDB448
Tints of Old Gold #CDB448
RGB
CMYK
RGB Variations
Color information
#CDB448 (or 0xCDB448) is known color: Old Gold. HEX triplet: CD, B4 and 48. RGB value is (205,180,72). Sum of RGB (Red+Green+Blue) = 205+180+72=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDB448 is #324BB7. Grayscale: #AFAFAF. Windows color (decimal): -3296184 or 4764877. OLE color: 4764877.
HSL color Cylindrical-coordinate representation of color #CDB448: hue angle of 48.72º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDB448 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 180 | 72 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.20 |
| HSL | 48.72º | 0.57% | 0.54% | - |
| HSV(B) | 48.72º | 0.65% | 0.8% | - |
| XYZ | 42.67 | 46.09 | 12.78 | - |
| YUV | 175.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 180 | 72 | 0 | 0.12 | 0.65 | 0.20 | 48.72 | 0.57 | 0.54 |
| Hex | CD | B4 | 48 | 0 | C | 41 | 14 | 31 | 39 | 36 |
| Octal | 315 | 264 | 110 | 0 | 14 | 101 | 24 | 61 | 71 | 66 |
| Binary | 11001101 | 10110100 | 1001000 | 0 | 1100 | 1000001 | 10100 | 110001 | 111001 | 110110 |
Color Harmonies of #CDB448
Complementary color
Monochromatic Colors of #CDB448
Black with #CDB448
Text Example
Text Example
White with #CDB448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB448; }
p { color: rgb(205,180,72); }
H1.HeaderClassName
{
color: #CDB448;
}
.AnyTagClassName
{
color: #CDB448;
}
</style>
background-color css
<style>
a { background-color: #CDB448; }
a { background-color: rgb(205,180,72); }
div.DivClassName
{
background-color: #CDB448;
}
.BgClassName
{
background-color: #CDB448;
}
</style>
border-color css
<style>
span { border-color: #CDB448; }
span { border-color: rgb(205,180,72); }
td.TdClassName
{
border-color: #CDB448;
}
.TagClassName
{
border-color: #CDB448;
}
</style>