Shades of Bitter Lemon #D5DC34
Tints of Bitter Lemon #D5DC34
RGB
CMYK
RGB Variations
Color information
#D5DC34 (or 0xD5DC34) is known color: Bitter Lemon. HEX triplet: D5, DC and 34. RGB value is (213,220,52). Sum of RGB (Red+Green+Blue) = 213+220+52=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC34 is #2A23CB. Grayscale: #C7C7C7. Windows color (decimal): -2761676 or 3464405. OLE color: 3464405.
HSL color Cylindrical-coordinate representation of color #D5DC34: hue angle of 62.5º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5DC34 is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 52 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.14 |
| HSL | 62.5º | 0.71% | 0.53% | - |
| HSV(B) | 62.5º | 0.76% | 0.86% | - |
| XYZ | 53.65 | 65.58 | 13.08 | - |
| YUV | 198.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 52 | 0.03 | 0 | 0.76 | 0.14 | 62.5 | 0.71 | 0.53 |
| Hex | D5 | DC | 34 | 3 | 0 | 4C | E | 3F | 47 | 35 |
| Octal | 325 | 334 | 64 | 3 | 0 | 114 | 16 | 77 | 107 | 65 |
| Binary | 11010101 | 11011100 | 110100 | 11 | 0 | 1001100 | 1110 | 111111 | 1000111 | 110101 |
Color Harmonies of #D5DC34
Complementary color
Monochromatic Colors of #D5DC34
Black with #D5DC34
Text Example
Text Example
White with #D5DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC34; }
p { color: rgb(213,220,52); }
H1.HeaderClassName
{
color: #D5DC34;
}
.AnyTagClassName
{
color: #D5DC34;
}
</style>
background-color css
<style>
a { background-color: #D5DC34; }
a { background-color: rgb(213,220,52); }
div.DivClassName
{
background-color: #D5DC34;
}
.BgClassName
{
background-color: #D5DC34;
}
</style>
border-color css
<style>
span { border-color: #D5DC34; }
span { border-color: rgb(213,220,52); }
td.TdClassName
{
border-color: #D5DC34;
}
.TagClassName
{
border-color: #D5DC34;
}
</style>