Shades of Bitter Lemon #D2D533
Tints of Bitter Lemon #D2D533
RGB
CMYK
RGB Variations
Color information
#D2D533 (or 0xD2D533) is known color: Bitter Lemon. HEX triplet: D2, D5 and 33. RGB value is (210,213,51). Sum of RGB (Red+Green+Blue) = 210+213+51=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 51 (20.31% from 255 or 10.76% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D533 is #2D2ACC. Grayscale: #C2C2C2. Windows color (decimal): -2960077 or 3397074. OLE color: 3397074.
HSL color Cylindrical-coordinate representation of color #D2D533: hue angle of 61.11º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2D533 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 51 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.16 |
| HSL | 61.11º | 0.66% | 0.52% | - |
| HSV(B) | 61.11º | 0.76% | 0.84% | - |
| XYZ | 50.97 | 61.53 | 12.32 | - |
| YUV | 193.64 | 47.51 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 51 | 0.01 | 0 | 0.76 | 0.16 | 61.11 | 0.66 | 0.52 |
| Hex | D2 | D5 | 33 | 1 | 0 | 4C | 10 | 3D | 42 | 34 |
| Octal | 322 | 325 | 63 | 1 | 0 | 114 | 20 | 75 | 102 | 64 |
| Binary | 11010010 | 11010101 | 110011 | 1 | 0 | 1001100 | 10000 | 111101 | 1000010 | 110100 |
Color Harmonies of #D2D533
Complementary color
Monochromatic Colors of #D2D533
Black with #D2D533
Text Example
Text Example
White with #D2D533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D533; }
p { color: rgb(210,213,51); }
H1.HeaderClassName
{
color: #D2D533;
}
.AnyTagClassName
{
color: #D2D533;
}
</style>
background-color css
<style>
a { background-color: #D2D533; }
a { background-color: rgb(210,213,51); }
div.DivClassName
{
background-color: #D2D533;
}
.BgClassName
{
background-color: #D2D533;
}
</style>
border-color css
<style>
span { border-color: #D2D533; }
span { border-color: rgb(210,213,51); }
td.TdClassName
{
border-color: #D2D533;
}
.TagClassName
{
border-color: #D2D533;
}
</style>