Shades of Bitter Lemon #DCD42B
Tints of Bitter Lemon #DCD42B
RGB
CMYK
RGB Variations
Color information
#DCD42B (or 0xDCD42B) is known color: Bitter Lemon. HEX triplet: DC, D4 and 2B. RGB value is (220,212,43). Sum of RGB (Red+Green+Blue) = 220+212+43=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD42B is #232BD4. Grayscale: #C3C3C3. Windows color (decimal): -2304981 or 2872540. OLE color: 2872540.
HSL color Cylindrical-coordinate representation of color #DCD42B: hue angle of 57.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCD42B is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 43 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.14 |
| HSL | 57.29º | 0.72% | 0.52% | - |
| HSV(B) | 57.29º | 0.8% | 0.86% | - |
| XYZ | 53.49 | 62.48 | 11.53 | - |
| YUV | 195.13 | 42.15 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 43 | 0 | 0.04 | 0.80 | 0.14 | 57.29 | 0.72 | 0.52 |
| Hex | DC | D4 | 2B | 0 | 4 | 50 | E | 39 | 48 | 34 |
| Octal | 334 | 324 | 53 | 0 | 4 | 120 | 16 | 71 | 110 | 64 |
| Binary | 11011100 | 11010100 | 101011 | 0 | 100 | 1010000 | 1110 | 111001 | 1001000 | 110100 |
Color Harmonies of #DCD42B
Complementary color
Monochromatic Colors of #DCD42B
Black with #DCD42B
Text Example
Text Example
White with #DCD42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD42B; }
p { color: rgb(220,212,43); }
H1.HeaderClassName
{
color: #DCD42B;
}
.AnyTagClassName
{
color: #DCD42B;
}
</style>
background-color css
<style>
a { background-color: #DCD42B; }
a { background-color: rgb(220,212,43); }
div.DivClassName
{
background-color: #DCD42B;
}
.BgClassName
{
background-color: #DCD42B;
}
</style>
border-color css
<style>
span { border-color: #DCD42B; }
span { border-color: rgb(220,212,43); }
td.TdClassName
{
border-color: #DCD42B;
}
.TagClassName
{
border-color: #DCD42B;
}
</style>