Shades of Bitter Lemon #DCD42D
Tints of Bitter Lemon #DCD42D
RGB
CMYK
RGB Variations
Color information
#DCD42D (or 0xDCD42D) is known color: Bitter Lemon. HEX triplet: DC, D4 and 2D. RGB value is (220,212,45). Sum of RGB (Red+Green+Blue) = 220+212+45=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD42D is #232BD2. Grayscale: #C4C4C4. Windows color (decimal): -2304979 or 3003612. OLE color: 3003612.
HSL color Cylindrical-coordinate representation of color #DCD42D: hue angle of 57.26º degrees, saturation: 0.71, 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 #DCD42D is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 45 | - |
| CMYK | 0 | 0.04 | 0.80 | 0.14 |
| HSL | 57.26º | 0.71% | 0.52% | - |
| HSV(B) | 57.26º | 0.8% | 0.86% | - |
| XYZ | 53.53 | 62.49 | 11.72 | - |
| YUV | 195.35 | 43.15 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 45 | 0 | 0.04 | 0.80 | 0.14 | 57.26 | 0.71 | 0.52 |
| Hex | DC | D4 | 2D | 0 | 4 | 50 | E | 39 | 47 | 34 |
| Octal | 334 | 324 | 55 | 0 | 4 | 120 | 16 | 71 | 107 | 64 |
| Binary | 11011100 | 11010100 | 101101 | 0 | 100 | 1010000 | 1110 | 111001 | 1000111 | 110100 |
Color Harmonies of #DCD42D
Complementary color
Monochromatic Colors of #DCD42D
Black with #DCD42D
Text Example
Text Example
White with #DCD42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD42D; }
p { color: rgb(220,212,45); }
H1.HeaderClassName
{
color: #DCD42D;
}
.AnyTagClassName
{
color: #DCD42D;
}
</style>
background-color css
<style>
a { background-color: #DCD42D; }
a { background-color: rgb(220,212,45); }
div.DivClassName
{
background-color: #DCD42D;
}
.BgClassName
{
background-color: #DCD42D;
}
</style>
border-color css
<style>
span { border-color: #DCD42D; }
span { border-color: rgb(220,212,45); }
td.TdClassName
{
border-color: #DCD42D;
}
.TagClassName
{
border-color: #DCD42D;
}
</style>