Shades of Gold Tips #DCB323
Tints of Gold Tips #DCB323
RGB
CMYK
RGB Variations
Color information
#DCB323 (or 0xDCB323) is known color: Gold Tips. HEX triplet: DC, B3 and 23. RGB value is (220,179,35). Sum of RGB (Red+Green+Blue) = 220+179+35=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 35 (14.06% from 255 or 8.06% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB323 is #234CDC. Grayscale: #AFAFAF. Windows color (decimal): -2313437 or 2339804. OLE color: 2339804.
HSL color Cylindrical-coordinate representation of color #DCB323: hue angle of 46.7º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCB323 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 35 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.14 |
| HSL | 46.7º | 0.73% | 0.5% | - |
| HSV(B) | 46.7º | 0.84% | 0.86% | - |
| XYZ | 45.94 | 47.58 | 8.35 | - |
| YUV | 174.84 | 49.08 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 35 | 0 | 0.19 | 0.84 | 0.14 | 46.7 | 0.73 | 0.5 |
| Hex | DC | B3 | 23 | 0 | 13 | 54 | E | 2F | 49 | 32 |
| Octal | 334 | 263 | 43 | 0 | 23 | 124 | 16 | 57 | 111 | 62 |
| Binary | 11011100 | 10110011 | 100011 | 0 | 10011 | 1010100 | 1110 | 101111 | 1001001 | 110010 |
Color Harmonies of #DCB323
Complementary color
Monochromatic Colors of #DCB323
Black with #DCB323
Text Example
Text Example
White with #DCB323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB323; }
p { color: rgb(220,179,35); }
H1.HeaderClassName
{
color: #DCB323;
}
.AnyTagClassName
{
color: #DCB323;
}
</style>
background-color css
<style>
a { background-color: #DCB323; }
a { background-color: rgb(220,179,35); }
div.DivClassName
{
background-color: #DCB323;
}
.BgClassName
{
background-color: #DCB323;
}
</style>
border-color css
<style>
span { border-color: #DCB323; }
span { border-color: rgb(220,179,35); }
td.TdClassName
{
border-color: #DCB323;
}
.TagClassName
{
border-color: #DCB323;
}
</style>