Shades of Bitter Lemon #D5DF3A
Tints of Bitter Lemon #D5DF3A
RGB
CMYK
RGB Variations
Color information
#D5DF3A (or 0xD5DF3A) is known color: Bitter Lemon. HEX triplet: D5, DF and 3A. RGB value is (213,223,58). Sum of RGB (Red+Green+Blue) = 213+223+58=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF3A is #2A20C5. Grayscale: #C9C9C9. Windows color (decimal): -2760902 or 3858389. OLE color: 3858389.
HSL color Cylindrical-coordinate representation of color #D5DF3A: hue angle of 63.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5DF3A is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 58 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.13 |
| HSL | 63.64º | 0.72% | 0.55% | - |
| HSV(B) | 63.64º | 0.74% | 0.87% | - |
| XYZ | 54.59 | 67.23 | 14.1 | - |
| YUV | 201.2 | 47.19 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 58 | 0.04 | 0 | 0.74 | 0.13 | 63.64 | 0.72 | 0.55 |
| Hex | D5 | DF | 3A | 4 | 0 | 4A | D | 40 | 48 | 37 |
| Octal | 325 | 337 | 72 | 4 | 0 | 112 | 15 | 100 | 110 | 67 |
| Binary | 11010101 | 11011111 | 111010 | 100 | 0 | 1001010 | 1101 | 1000000 | 1001000 | 110111 |
Color Harmonies of #D5DF3A
Complementary color
Monochromatic Colors of #D5DF3A
Black with #D5DF3A
Text Example
Text Example
White with #D5DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF3A; }
p { color: rgb(213,223,58); }
H1.HeaderClassName
{
color: #D5DF3A;
}
.AnyTagClassName
{
color: #D5DF3A;
}
</style>
background-color css
<style>
a { background-color: #D5DF3A; }
a { background-color: rgb(213,223,58); }
div.DivClassName
{
background-color: #D5DF3A;
}
.BgClassName
{
background-color: #D5DF3A;
}
</style>
border-color css
<style>
span { border-color: #D5DF3A; }
span { border-color: rgb(213,223,58); }
td.TdClassName
{
border-color: #D5DF3A;
}
.TagClassName
{
border-color: #D5DF3A;
}
</style>