Shades of Bitter Lemon #DCD428
Tints of Bitter Lemon #DCD428
RGB
CMYK
RGB Variations
Color information
#DCD428 (or 0xDCD428) is known color: Bitter Lemon. HEX triplet: DC, D4 and 28. RGB value is (220,212,40). Sum of RGB (Red+Green+Blue) = 220+212+40=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD428 is #232BD7. Grayscale: #C3C3C3. Windows color (decimal): -2304984 or 2675932. OLE color: 2675932.
HSL color Cylindrical-coordinate representation of color #DCD428: hue angle of 57.33º 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 #DCD428 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 40 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.14 |
| HSL | 57.33º | 0.72% | 0.51% | - |
| HSV(B) | 57.33º | 0.82% | 0.86% | - |
| XYZ | 53.44 | 62.46 | 11.25 | - |
| YUV | 194.78 | 40.65 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 40 | 0 | 0.04 | 0.82 | 0.14 | 57.33 | 0.72 | 0.51 |
| Hex | DC | D4 | 28 | 0 | 4 | 52 | E | 39 | 48 | 33 |
| Octal | 334 | 324 | 50 | 0 | 4 | 122 | 16 | 71 | 110 | 63 |
| Binary | 11011100 | 11010100 | 101000 | 0 | 100 | 1010010 | 1110 | 111001 | 1001000 | 110011 |
Color Harmonies of #DCD428
Complementary color
Monochromatic Colors of #DCD428
Black with #DCD428
Text Example
Text Example
White with #DCD428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD428; }
p { color: rgb(220,212,40); }
H1.HeaderClassName
{
color: #DCD428;
}
.AnyTagClassName
{
color: #DCD428;
}
</style>
background-color css
<style>
a { background-color: #DCD428; }
a { background-color: rgb(220,212,40); }
div.DivClassName
{
background-color: #DCD428;
}
.BgClassName
{
background-color: #DCD428;
}
</style>
border-color css
<style>
span { border-color: #DCD428; }
span { border-color: rgb(220,212,40); }
td.TdClassName
{
border-color: #DCD428;
}
.TagClassName
{
border-color: #DCD428;
}
</style>