Shades of Bitter Lemon #D2D532
Tints of Bitter Lemon #D2D532
RGB
CMYK
RGB Variations
Color information
#D2D532 (or 0xD2D532) is known color: Bitter Lemon. HEX triplet: D2, D5 and 32. RGB value is (210,213,50). Sum of RGB (Red+Green+Blue) = 210+213+50=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D532 is #2D2ACD. Grayscale: #C2C2C2. Windows color (decimal): -2960078 or 3331538. OLE color: 3331538.
HSL color Cylindrical-coordinate representation of color #D2D532: hue angle of 61.1º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2D532 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 50 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.16 |
| HSL | 61.1º | 0.66% | 0.52% | - |
| HSV(B) | 61.1º | 0.77% | 0.84% | - |
| XYZ | 50.95 | 61.52 | 12.21 | - |
| YUV | 193.52 | 47.01 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 50 | 0.01 | 0 | 0.77 | 0.16 | 61.1 | 0.66 | 0.52 |
| Hex | D2 | D5 | 32 | 1 | 0 | 4D | 10 | 3D | 42 | 34 |
| Octal | 322 | 325 | 62 | 1 | 0 | 115 | 20 | 75 | 102 | 64 |
| Binary | 11010010 | 11010101 | 110010 | 1 | 0 | 1001101 | 10000 | 111101 | 1000010 | 110100 |
Color Harmonies of #D2D532
Complementary color
Monochromatic Colors of #D2D532
Black with #D2D532
Text Example
Text Example
White with #D2D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D532; }
p { color: rgb(210,213,50); }
H1.HeaderClassName
{
color: #D2D532;
}
.AnyTagClassName
{
color: #D2D532;
}
</style>
background-color css
<style>
a { background-color: #D2D532; }
a { background-color: rgb(210,213,50); }
div.DivClassName
{
background-color: #D2D532;
}
.BgClassName
{
background-color: #D2D532;
}
</style>
border-color css
<style>
span { border-color: #D2D532; }
span { border-color: rgb(210,213,50); }
td.TdClassName
{
border-color: #D2D532;
}
.TagClassName
{
border-color: #D2D532;
}
</style>