Shades of Bitter Lemon #D2D231
Tints of Bitter Lemon #D2D231
RGB
CMYK
RGB Variations
Color information
#D2D231 (or 0xD2D231) is known color: Bitter Lemon. HEX triplet: D2, D2 and 31. RGB value is (210,210,49). Sum of RGB (Red+Green+Blue) = 210+210+49=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D231 is #2D2DCE. Grayscale: #C0C0C0. Windows color (decimal): -2960847 or 3265234. OLE color: 3265234.
HSL color Cylindrical-coordinate representation of color #D2D231: hue angle of 60º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2D231 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 210 | 49 | - |
| CMYK | 0 | 0 | 0.77 | 0.18 |
| HSL | 60º | 0.64% | 0.51% | - |
| HSV(B) | 60º | 0.77% | 0.82% | - |
| XYZ | 50.18 | 60.02 | 11.85 | - |
| YUV | 191.65 | 47.5 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 210 | 49 | 0 | 0 | 0.77 | 0.18 | 60 | 0.64 | 0.51 |
| Hex | D2 | D2 | 31 | 0 | 0 | 4D | 12 | 3C | 40 | 33 |
| Octal | 322 | 322 | 61 | 0 | 0 | 115 | 22 | 74 | 100 | 63 |
| Binary | 11010010 | 11010010 | 110001 | 0 | 0 | 1001101 | 10010 | 111100 | 1000000 | 110011 |
Color Harmonies of #D2D231
Complementary color
Monochromatic Colors of #D2D231
Black with #D2D231
Text Example
Text Example
White with #D2D231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D231; }
p { color: rgb(210,210,49); }
H1.HeaderClassName
{
color: #D2D231;
}
.AnyTagClassName
{
color: #D2D231;
}
</style>
background-color css
<style>
a { background-color: #D2D231; }
a { background-color: rgb(210,210,49); }
div.DivClassName
{
background-color: #D2D231;
}
.BgClassName
{
background-color: #D2D231;
}
</style>
border-color css
<style>
span { border-color: #D2D231; }
span { border-color: rgb(210,210,49); }
td.TdClassName
{
border-color: #D2D231;
}
.TagClassName
{
border-color: #D2D231;
}
</style>