Shades of Bitter Lemon #DCD427
Tints of Bitter Lemon #DCD427
RGB
CMYK
RGB Variations
Color information
#DCD427 (or 0xDCD427) is known color: Bitter Lemon. HEX triplet: DC, D4 and 27. RGB value is (220,212,39). Sum of RGB (Red+Green+Blue) = 220+212+39=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 39 (15.62% from 255 or 8.28% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD427 is #232BD8. Grayscale: #C3C3C3. Windows color (decimal): -2304985 or 2610396. OLE color: 2610396.
HSL color Cylindrical-coordinate representation of color #DCD427: hue angle of 57.35º 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 #DCD427 is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 39 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.14 |
| HSL | 57.35º | 0.72% | 0.51% | - |
| HSV(B) | 57.35º | 0.82% | 0.86% | - |
| XYZ | 53.42 | 62.45 | 11.16 | - |
| YUV | 194.67 | 40.15 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 39 | 0 | 0.04 | 0.82 | 0.14 | 57.35 | 0.72 | 0.51 |
| Hex | DC | D4 | 27 | 0 | 4 | 52 | E | 39 | 48 | 33 |
| Octal | 334 | 324 | 47 | 0 | 4 | 122 | 16 | 71 | 110 | 63 |
| Binary | 11011100 | 11010100 | 100111 | 0 | 100 | 1010010 | 1110 | 111001 | 1001000 | 110011 |
Color Harmonies of #DCD427
Complementary color
Monochromatic Colors of #DCD427
Black with #DCD427
Text Example
Text Example
White with #DCD427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD427; }
p { color: rgb(220,212,39); }
H1.HeaderClassName
{
color: #DCD427;
}
.AnyTagClassName
{
color: #DCD427;
}
</style>
background-color css
<style>
a { background-color: #DCD427; }
a { background-color: rgb(220,212,39); }
div.DivClassName
{
background-color: #DCD427;
}
.BgClassName
{
background-color: #DCD427;
}
</style>
border-color css
<style>
span { border-color: #DCD427; }
span { border-color: rgb(220,212,39); }
td.TdClassName
{
border-color: #DCD427;
}
.TagClassName
{
border-color: #DCD427;
}
</style>