Shades of Bitter Lemon #D5DC2B
Tints of Bitter Lemon #D5DC2B
RGB
CMYK
RGB Variations
Color information
#D5DC2B (or 0xD5DC2B) is known color: Bitter Lemon. HEX triplet: D5, DC and 2B. RGB value is (213,220,43). Sum of RGB (Red+Green+Blue) = 213+220+43=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC2B is #2A23D4. Grayscale: #C6C6C6. Windows color (decimal): -2761685 or 2874581. OLE color: 2874581.
HSL color Cylindrical-coordinate representation of color #D5DC2B: hue angle of 62.37º degrees, saturation: 0.72, 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 #D5DC2B is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 43 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.14 |
| HSL | 62.37º | 0.72% | 0.52% | - |
| HSV(B) | 62.37º | 0.8% | 0.86% | - |
| XYZ | 53.47 | 65.51 | 12.11 | - |
| YUV | 197.73 | 40.68 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 43 | 0.03 | 0 | 0.80 | 0.14 | 62.37 | 0.72 | 0.52 |
| Hex | D5 | DC | 2B | 3 | 0 | 50 | E | 3E | 48 | 34 |
| Octal | 325 | 334 | 53 | 3 | 0 | 120 | 16 | 76 | 110 | 64 |
| Binary | 11010101 | 11011100 | 101011 | 11 | 0 | 1010000 | 1110 | 111110 | 1001000 | 110100 |
Color Harmonies of #D5DC2B
Complementary color
Monochromatic Colors of #D5DC2B
Black with #D5DC2B
Text Example
Text Example
White with #D5DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC2B; }
p { color: rgb(213,220,43); }
H1.HeaderClassName
{
color: #D5DC2B;
}
.AnyTagClassName
{
color: #D5DC2B;
}
</style>
background-color css
<style>
a { background-color: #D5DC2B; }
a { background-color: rgb(213,220,43); }
div.DivClassName
{
background-color: #D5DC2B;
}
.BgClassName
{
background-color: #D5DC2B;
}
</style>
border-color css
<style>
span { border-color: #D5DC2B; }
span { border-color: rgb(213,220,43); }
td.TdClassName
{
border-color: #D5DC2B;
}
.TagClassName
{
border-color: #D5DC2B;
}
</style>