Shades of Bitter Lemon #DCDB27
Tints of Bitter Lemon #DCDB27
RGB
CMYK
RGB Variations
Color information
#DCDB27 (or 0xDCDB27) is known color: Bitter Lemon. HEX triplet: DC, DB and 27. RGB value is (220,219,39). Sum of RGB (Red+Green+Blue) = 220+219+39=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 39 (15.62% from 255 or 8.16% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB27 is #2324D8. Grayscale: #C7C7C7. Windows color (decimal): -2303193 or 2612188. OLE color: 2612188.
HSL color Cylindrical-coordinate representation of color #DCDB27: hue angle of 59.67º 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 #DCDB27 is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 39 | - |
| CMYK | 0 | 0.00 | 0.82 | 0.14 |
| HSL | 59.67º | 0.72% | 0.51% | - |
| HSV(B) | 59.67º | 0.82% | 0.86% | - |
| XYZ | 55.21 | 66.03 | 11.75 | - |
| YUV | 198.78 | 37.83 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 39 | 0 | 0.00 | 0.82 | 0.14 | 59.67 | 0.72 | 0.51 |
| Hex | DC | DB | 27 | 0 | 0 | 52 | E | 3C | 48 | 33 |
| Octal | 334 | 333 | 47 | 0 | 0 | 122 | 16 | 74 | 110 | 63 |
| Binary | 11011100 | 11011011 | 100111 | 0 | 0 | 1010010 | 1110 | 111100 | 1001000 | 110011 |
Color Harmonies of #DCDB27
Complementary color
Monochromatic Colors of #DCDB27
Black with #DCDB27
Text Example
Text Example
White with #DCDB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB27; }
p { color: rgb(220,219,39); }
H1.HeaderClassName
{
color: #DCDB27;
}
.AnyTagClassName
{
color: #DCDB27;
}
</style>
background-color css
<style>
a { background-color: #DCDB27; }
a { background-color: rgb(220,219,39); }
div.DivClassName
{
background-color: #DCDB27;
}
.BgClassName
{
background-color: #DCDB27;
}
</style>
border-color css
<style>
span { border-color: #DCDB27; }
span { border-color: rgb(220,219,39); }
td.TdClassName
{
border-color: #DCDB27;
}
.TagClassName
{
border-color: #DCDB27;
}
</style>