Shades of Bitter Lemon #D5DC1B
Tints of Bitter Lemon #D5DC1B
RGB
CMYK
RGB Variations
Color information
#D5DC1B (or 0xD5DC1B) is known color: Bitter Lemon. HEX triplet: D5, DC and 1B. RGB value is (213,220,27). Sum of RGB (Red+Green+Blue) = 213+220+27=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 27 (10.94% from 255 or 5.87% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC1B is #2A23E4. Grayscale: #C4C4C4. Windows color (decimal): -2761701 or 1826005. OLE color: 1826005.
HSL color Cylindrical-coordinate representation of color #D5DC1B: hue angle of 62.18º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5DC1B is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 27 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.14 |
| HSL | 62.18º | 0.78% | 0.48% | - |
| HSV(B) | 62.18º | 0.88% | 0.86% | - |
| XYZ | 53.23 | 65.41 | 10.86 | - |
| YUV | 195.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 27 | 0.03 | 0 | 0.88 | 0.14 | 62.18 | 0.78 | 0.48 |
| Hex | D5 | DC | 1B | 3 | 0 | 58 | E | 3E | 4E | 30 |
| Octal | 325 | 334 | 33 | 3 | 0 | 130 | 16 | 76 | 116 | 60 |
| Binary | 11010101 | 11011100 | 11011 | 11 | 0 | 1011000 | 1110 | 111110 | 1001110 | 110000 |
Color Harmonies of #D5DC1B
Complementary color
Monochromatic Colors of #D5DC1B
Black with #D5DC1B
Text Example
Text Example
White with #D5DC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC1B; }
p { color: rgb(213,220,27); }
H1.HeaderClassName
{
color: #D5DC1B;
}
.AnyTagClassName
{
color: #D5DC1B;
}
</style>
background-color css
<style>
a { background-color: #D5DC1B; }
a { background-color: rgb(213,220,27); }
div.DivClassName
{
background-color: #D5DC1B;
}
.BgClassName
{
background-color: #D5DC1B;
}
</style>
border-color css
<style>
span { border-color: #D5DC1B; }
span { border-color: rgb(213,220,27); }
td.TdClassName
{
border-color: #D5DC1B;
}
.TagClassName
{
border-color: #D5DC1B;
}
</style>