Shades of Bitter Lemon #DCD628
Tints of Bitter Lemon #DCD628
RGB
CMYK
RGB Variations
Color information
#DCD628 (or 0xDCD628) is known color: Bitter Lemon. HEX triplet: DC, D6 and 28. RGB value is (220,214,40). Sum of RGB (Red+Green+Blue) = 220+214+40=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD628 is #2329D7. Grayscale: #C4C4C4. Windows color (decimal): -2304472 or 2676444. OLE color: 2676444.
HSL color Cylindrical-coordinate representation of color #DCD628: hue angle of 58º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCD628 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 40 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.14 |
| HSL | 58º | 0.72% | 0.51% | - |
| HSV(B) | 58º | 0.82% | 0.86% | - |
| XYZ | 53.94 | 63.46 | 11.41 | - |
| YUV | 195.96 | 39.99 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 40 | 0 | 0.03 | 0.82 | 0.14 | 58 | 0.72 | 0.51 |
| Hex | DC | D6 | 28 | 0 | 3 | 52 | E | 3A | 48 | 33 |
| Octal | 334 | 326 | 50 | 0 | 3 | 122 | 16 | 72 | 110 | 63 |
| Binary | 11011100 | 11010110 | 101000 | 0 | 11 | 1010010 | 1110 | 111010 | 1001000 | 110011 |
Color Harmonies of #DCD628
Complementary color
Monochromatic Colors of #DCD628
Black with #DCD628
Text Example
Text Example
White with #DCD628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD628; }
p { color: rgb(220,214,40); }
H1.HeaderClassName
{
color: #DCD628;
}
.AnyTagClassName
{
color: #DCD628;
}
</style>
background-color css
<style>
a { background-color: #DCD628; }
a { background-color: rgb(220,214,40); }
div.DivClassName
{
background-color: #DCD628;
}
.BgClassName
{
background-color: #DCD628;
}
</style>
border-color css
<style>
span { border-color: #DCD628; }
span { border-color: rgb(220,214,40); }
td.TdClassName
{
border-color: #DCD628;
}
.TagClassName
{
border-color: #DCD628;
}
</style>