Shades of Old Gold #DCBC42
Tints of Old Gold #DCBC42
RGB
CMYK
RGB Variations
Color information
#DCBC42 (or 0xDCBC42) is known color: Old Gold. HEX triplet: DC, BC and 42. RGB value is (220,188,66). Sum of RGB (Red+Green+Blue) = 220+188+66=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCBC42 is #2343BD. Grayscale: #B8B8B8. Windows color (decimal): -2311102 or 4373724. OLE color: 4373724.
HSL color Cylindrical-coordinate representation of color #DCBC42: hue angle of 47.53º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCBC42 is Cyan = 0, Magento = 0.15, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 66 | - |
| CMYK | 0 | 0.15 | 0.7 | 0.14 |
| HSL | 47.53º | 0.69% | 0.56% | - |
| HSV(B) | 47.53º | 0.7% | 0.86% | - |
| XYZ | 48.48 | 51.58 | 12.55 | - |
| YUV | 183.66 | 61.6 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 66 | 0 | 0.15 | 0.7 | 0.14 | 47.53 | 0.69 | 0.56 |
| Hex | DC | BC | 42 | 0 | F | 46 | E | 30 | 45 | 38 |
| Octal | 334 | 274 | 102 | 0 | 17 | 106 | 16 | 60 | 105 | 70 |
| Binary | 11011100 | 10111100 | 1000010 | 0 | 1111 | 1000110 | 1110 | 110000 | 1000101 | 111000 |
Color Harmonies of #DCBC42
Complementary color
Monochromatic Colors of #DCBC42
Black with #DCBC42
Text Example
Text Example
White with #DCBC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC42; }
p { color: rgb(220,188,66); }
H1.HeaderClassName
{
color: #DCBC42;
}
.AnyTagClassName
{
color: #DCBC42;
}
</style>
background-color css
<style>
a { background-color: #DCBC42; }
a { background-color: rgb(220,188,66); }
div.DivClassName
{
background-color: #DCBC42;
}
.BgClassName
{
background-color: #DCBC42;
}
</style>
border-color css
<style>
span { border-color: #DCBC42; }
span { border-color: rgb(220,188,66); }
td.TdClassName
{
border-color: #DCBC42;
}
.TagClassName
{
border-color: #DCBC42;
}
</style>