Shades of Bitter Lemon #D5DC3F
Tints of Bitter Lemon #D5DC3F
RGB
CMYK
RGB Variations
Color information
#D5DC3F (or 0xD5DC3F) is known color: Bitter Lemon. HEX triplet: D5, DC and 3F. RGB value is (213,220,63). Sum of RGB (Red+Green+Blue) = 213+220+63=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 63 (25% from 255 or 12.70% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC3F is #2A23C0. Grayscale: #C8C8C8. Windows color (decimal): -2761665 or 4185301. OLE color: 4185301.
HSL color Cylindrical-coordinate representation of color #D5DC3F: hue angle of 62.68º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5DC3F is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 63 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.14 |
| HSL | 62.68º | 0.69% | 0.55% | - |
| HSV(B) | 62.68º | 0.71% | 0.86% | - |
| XYZ | 53.93 | 65.69 | 14.54 | - |
| YUV | 200.01 | 50.68 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 63 | 0.03 | 0 | 0.71 | 0.14 | 62.68 | 0.69 | 0.55 |
| Hex | D5 | DC | 3F | 3 | 0 | 47 | E | 3F | 45 | 37 |
| Octal | 325 | 334 | 77 | 3 | 0 | 107 | 16 | 77 | 105 | 67 |
| Binary | 11010101 | 11011100 | 111111 | 11 | 0 | 1000111 | 1110 | 111111 | 1000101 | 110111 |
Color Harmonies of #D5DC3F
Complementary color
Monochromatic Colors of #D5DC3F
Black with #D5DC3F
Text Example
Text Example
White with #D5DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC3F; }
p { color: rgb(213,220,63); }
H1.HeaderClassName
{
color: #D5DC3F;
}
.AnyTagClassName
{
color: #D5DC3F;
}
</style>
background-color css
<style>
a { background-color: #D5DC3F; }
a { background-color: rgb(213,220,63); }
div.DivClassName
{
background-color: #D5DC3F;
}
.BgClassName
{
background-color: #D5DC3F;
}
</style>
border-color css
<style>
span { border-color: #D5DC3F; }
span { border-color: rgb(213,220,63); }
td.TdClassName
{
border-color: #D5DC3F;
}
.TagClassName
{
border-color: #D5DC3F;
}
</style>