Shades of Bitter Lemon #D2D534
Tints of Bitter Lemon #D2D534
RGB
CMYK
RGB Variations
Color information
#D2D534 (or 0xD2D534) is known color: Bitter Lemon. HEX triplet: D2, D5 and 34. RGB value is (210,213,52). Sum of RGB (Red+Green+Blue) = 210+213+52=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 52 (20.70% from 255 or 10.95% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D534 is #2D2ACB. Grayscale: #C2C2C2. Windows color (decimal): -2960076 or 3462610. OLE color: 3462610.
HSL color Cylindrical-coordinate representation of color #D2D534: hue angle of 61.12º 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 #D2D534 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 52 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.16 |
| HSL | 61.12º | 0.66% | 0.52% | - |
| HSV(B) | 61.12º | 0.76% | 0.84% | - |
| XYZ | 50.99 | 61.54 | 12.44 | - |
| YUV | 193.75 | 48.01 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 52 | 0.01 | 0 | 0.76 | 0.16 | 61.12 | 0.66 | 0.52 |
| Hex | D2 | D5 | 34 | 1 | 0 | 4C | 10 | 3D | 42 | 34 |
| Octal | 322 | 325 | 64 | 1 | 0 | 114 | 20 | 75 | 102 | 64 |
| Binary | 11010010 | 11010101 | 110100 | 1 | 0 | 1001100 | 10000 | 111101 | 1000010 | 110100 |
Color Harmonies of #D2D534
Complementary color
Monochromatic Colors of #D2D534
Black with #D2D534
Text Example
Text Example
White with #D2D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D534; }
p { color: rgb(210,213,52); }
H1.HeaderClassName
{
color: #D2D534;
}
.AnyTagClassName
{
color: #D2D534;
}
</style>
background-color css
<style>
a { background-color: #D2D534; }
a { background-color: rgb(210,213,52); }
div.DivClassName
{
background-color: #D2D534;
}
.BgClassName
{
background-color: #D2D534;
}
</style>
border-color css
<style>
span { border-color: #D2D534; }
span { border-color: rgb(210,213,52); }
td.TdClassName
{
border-color: #D2D534;
}
.TagClassName
{
border-color: #D2D534;
}
</style>