Shades of Bitter Lemon #D2D233
Tints of Bitter Lemon #D2D233
RGB
CMYK
RGB Variations
Color information
#D2D233 (or 0xD2D233) is known color: Bitter Lemon. HEX triplet: D2, D2 and 33. RGB value is (210,210,51). Sum of RGB (Red+Green+Blue) = 210+210+51=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 51 (20.31% from 255 or 10.83% from 471); Max value from RGB is 210 - color contains mainly: red, green. Hex color #D2D233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D233 is #2D2DCC. Grayscale: #C0C0C0. Windows color (decimal): -2960845 or 3396306. OLE color: 3396306.
HSL color Cylindrical-coordinate representation of color #D2D233: 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.76%. Process color model (Four color, CMYK) of #D2D233 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 210 | 51 | - |
| CMYK | 0 | 0 | 0.76 | 0.18 |
| HSL | 60º | 0.64% | 0.51% | - |
| HSV(B) | 60º | 0.76% | 0.82% | - |
| XYZ | 50.22 | 60.03 | 12.07 | - |
| YUV | 191.87 | 48.5 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 210 | 51 | 0 | 0 | 0.76 | 0.18 | 60 | 0.64 | 0.51 |
| Hex | D2 | D2 | 33 | 0 | 0 | 4C | 12 | 3C | 40 | 33 |
| Octal | 322 | 322 | 63 | 0 | 0 | 114 | 22 | 74 | 100 | 63 |
| Binary | 11010010 | 11010010 | 110011 | 0 | 0 | 1001100 | 10010 | 111100 | 1000000 | 110011 |
Color Harmonies of #D2D233
Complementary color
Monochromatic Colors of #D2D233
Black with #D2D233
Text Example
Text Example
White with #D2D233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D233; }
p { color: rgb(210,210,51); }
H1.HeaderClassName
{
color: #D2D233;
}
.AnyTagClassName
{
color: #D2D233;
}
</style>
background-color css
<style>
a { background-color: #D2D233; }
a { background-color: rgb(210,210,51); }
div.DivClassName
{
background-color: #D2D233;
}
.BgClassName
{
background-color: #D2D233;
}
</style>
border-color css
<style>
span { border-color: #D2D233; }
span { border-color: rgb(210,210,51); }
td.TdClassName
{
border-color: #D2D233;
}
.TagClassName
{
border-color: #D2D233;
}
</style>