Shades of Bitter Lemon #DCD42E
Tints of Bitter Lemon #DCD42E
RGB
CMYK
RGB Variations
Color information
#DCD42E (or 0xDCD42E) is known color: Bitter Lemon. HEX triplet: DC, D4 and 2E. RGB value is (220,212,46). Sum of RGB (Red+Green+Blue) = 220+212+46=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD42E is #232BD1. Grayscale: #C4C4C4. Windows color (decimal): -2304978 or 3069148. OLE color: 3069148.
HSL color Cylindrical-coordinate representation of color #DCD42E: hue angle of 57.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCD42E is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 46 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.14 |
| HSL | 57.24º | 0.71% | 0.52% | - |
| HSV(B) | 57.24º | 0.79% | 0.86% | - |
| XYZ | 53.55 | 62.5 | 11.83 | - |
| YUV | 195.47 | 43.65 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 46 | 0 | 0.04 | 0.79 | 0.14 | 57.24 | 0.71 | 0.52 |
| Hex | DC | D4 | 2E | 0 | 4 | 4F | E | 39 | 47 | 34 |
| Octal | 334 | 324 | 56 | 0 | 4 | 117 | 16 | 71 | 107 | 64 |
| Binary | 11011100 | 11010100 | 101110 | 0 | 100 | 1001111 | 1110 | 111001 | 1000111 | 110100 |
Color Harmonies of #DCD42E
Complementary color
Monochromatic Colors of #DCD42E
Black with #DCD42E
Text Example
Text Example
White with #DCD42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD42E; }
p { color: rgb(220,212,46); }
H1.HeaderClassName
{
color: #DCD42E;
}
.AnyTagClassName
{
color: #DCD42E;
}
</style>
background-color css
<style>
a { background-color: #DCD42E; }
a { background-color: rgb(220,212,46); }
div.DivClassName
{
background-color: #DCD42E;
}
.BgClassName
{
background-color: #DCD42E;
}
</style>
border-color css
<style>
span { border-color: #DCD42E; }
span { border-color: rgb(220,212,46); }
td.TdClassName
{
border-color: #DCD42E;
}
.TagClassName
{
border-color: #DCD42E;
}
</style>