Shades of Bitter Lemon #DCD828
Tints of Bitter Lemon #DCD828
RGB
CMYK
RGB Variations
Color information
#DCD828 (or 0xDCD828) is known color: Bitter Lemon. HEX triplet: DC, D8 and 28. RGB value is (220,216,40). Sum of RGB (Red+Green+Blue) = 220+216+40=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD828 is #2327D7. Grayscale: #C5C5C5. Windows color (decimal): -2303960 or 2676956. OLE color: 2676956.
HSL color Cylindrical-coordinate representation of color #DCD828: hue angle of 58.67º 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 #DCD828 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 40 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.14 |
| HSL | 58.67º | 0.72% | 0.51% | - |
| HSV(B) | 58.67º | 0.82% | 0.86% | - |
| XYZ | 54.45 | 64.48 | 11.58 | - |
| YUV | 197.13 | 39.33 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 40 | 0 | 0.02 | 0.82 | 0.14 | 58.67 | 0.72 | 0.51 |
| Hex | DC | D8 | 28 | 0 | 2 | 52 | E | 3B | 48 | 33 |
| Octal | 334 | 330 | 50 | 0 | 2 | 122 | 16 | 73 | 110 | 63 |
| Binary | 11011100 | 11011000 | 101000 | 0 | 10 | 1010010 | 1110 | 111011 | 1001000 | 110011 |
Color Harmonies of #DCD828
Complementary color
Monochromatic Colors of #DCD828
Black with #DCD828
Text Example
Text Example
White with #DCD828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD828; }
p { color: rgb(220,216,40); }
H1.HeaderClassName
{
color: #DCD828;
}
.AnyTagClassName
{
color: #DCD828;
}
</style>
background-color css
<style>
a { background-color: #DCD828; }
a { background-color: rgb(220,216,40); }
div.DivClassName
{
background-color: #DCD828;
}
.BgClassName
{
background-color: #DCD828;
}
</style>
border-color css
<style>
span { border-color: #DCD828; }
span { border-color: rgb(220,216,40); }
td.TdClassName
{
border-color: #DCD828;
}
.TagClassName
{
border-color: #DCD828;
}
</style>