Shades of Bitter Lemon #D5D02C
Tints of Bitter Lemon #D5D02C
RGB
CMYK
RGB Variations
Color information
#D5D02C (or 0xD5D02C) is known color: Bitter Lemon. HEX triplet: D5, D0 and 2C. RGB value is (213,208,44). Sum of RGB (Red+Green+Blue) = 213+208+44=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D02C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D02C is #2A2FD3. Grayscale: #BFBFBF. Windows color (decimal): -2764756 or 2937045. OLE color: 2937045.
HSL color Cylindrical-coordinate representation of color #D5D02C: hue angle of 58.22º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5D02C is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 208 | 44 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.16 |
| HSL | 58.22º | 0.67% | 0.5% | - |
| HSV(B) | 58.22º | 0.79% | 0.84% | - |
| XYZ | 50.45 | 59.44 | 11.2 | - |
| YUV | 190.8 | 45.16 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 208 | 44 | 0 | 0.02 | 0.79 | 0.16 | 58.22 | 0.67 | 0.5 |
| Hex | D5 | D0 | 2C | 0 | 2 | 4F | 10 | 3A | 43 | 32 |
| Octal | 325 | 320 | 54 | 0 | 2 | 117 | 20 | 72 | 103 | 62 |
| Binary | 11010101 | 11010000 | 101100 | 0 | 10 | 1001111 | 10000 | 111010 | 1000011 | 110010 |
Color Harmonies of #D5D02C
Complementary color
Monochromatic Colors of #D5D02C
Black with #D5D02C
Text Example
Text Example
White with #D5D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D02C; }
p { color: rgb(213,208,44); }
H1.HeaderClassName
{
color: #D5D02C;
}
.AnyTagClassName
{
color: #D5D02C;
}
</style>
background-color css
<style>
a { background-color: #D5D02C; }
a { background-color: rgb(213,208,44); }
div.DivClassName
{
background-color: #D5D02C;
}
.BgClassName
{
background-color: #D5D02C;
}
</style>
border-color css
<style>
span { border-color: #D5D02C; }
span { border-color: rgb(213,208,44); }
td.TdClassName
{
border-color: #D5D02C;
}
.TagClassName
{
border-color: #D5D02C;
}
</style>