Shades of Bitter Lemon #D5D62F
Tints of Bitter Lemon #D5D62F
RGB
CMYK
RGB Variations
Color information
#D5D62F (or 0xD5D62F) is known color: Bitter Lemon. HEX triplet: D5, D6 and 2F. RGB value is (213,214,47). Sum of RGB (Red+Green+Blue) = 213+214+47=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D62F is #2A29D0. Grayscale: #C3C3C3. Windows color (decimal): -2763217 or 3135189. OLE color: 3135189.
HSL color Cylindrical-coordinate representation of color #D5D62F: hue angle of 60.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5D62F is Cyan = 0.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 214 | 47 | - |
| CMYK | 0.00 | 0 | 0.78 | 0.16 |
| HSL | 60.36º | 0.67% | 0.51% | - |
| HSV(B) | 60.36º | 0.78% | 0.84% | - |
| XYZ | 52 | 62.44 | 12 | - |
| YUV | 194.66 | 44.67 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 214 | 47 | 0.00 | 0 | 0.78 | 0.16 | 60.36 | 0.67 | 0.51 |
| Hex | D5 | D6 | 2F | 0 | 0 | 4E | 10 | 3C | 43 | 33 |
| Octal | 325 | 326 | 57 | 0 | 0 | 116 | 20 | 74 | 103 | 63 |
| Binary | 11010101 | 11010110 | 101111 | 0 | 0 | 1001110 | 10000 | 111100 | 1000011 | 110011 |
Color Harmonies of #D5D62F
Complementary color
Monochromatic Colors of #D5D62F
Black with #D5D62F
Text Example
Text Example
White with #D5D62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D62F; }
p { color: rgb(213,214,47); }
H1.HeaderClassName
{
color: #D5D62F;
}
.AnyTagClassName
{
color: #D5D62F;
}
</style>
background-color css
<style>
a { background-color: #D5D62F; }
a { background-color: rgb(213,214,47); }
div.DivClassName
{
background-color: #D5D62F;
}
.BgClassName
{
background-color: #D5D62F;
}
</style>
border-color css
<style>
span { border-color: #D5D62F; }
span { border-color: rgb(213,214,47); }
td.TdClassName
{
border-color: #D5D62F;
}
.TagClassName
{
border-color: #D5D62F;
}
</style>