Shades of Bitter Lemon #D2D738
Tints of Bitter Lemon #D2D738
RGB
CMYK
RGB Variations
Color information
#D2D738 (or 0xD2D738) is known color: Bitter Lemon. HEX triplet: D2, D7 and 38. RGB value is (210,215,56). Sum of RGB (Red+Green+Blue) = 210+215+56=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 56 (22.27% from 255 or 11.64% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D738 is #2D28C7. Grayscale: #C4C4C4. Windows color (decimal): -2959560 or 3725266. OLE color: 3725266.
HSL color Cylindrical-coordinate representation of color #D2D738: hue angle of 61.89º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2D738 is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 215 | 56 | - |
| CMYK | 0.02 | 0 | 0.74 | 0.16 |
| HSL | 61.89º | 0.67% | 0.53% | - |
| HSV(B) | 61.89º | 0.74% | 0.84% | - |
| XYZ | 51.59 | 62.59 | 13.1 | - |
| YUV | 195.38 | 49.34 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 215 | 56 | 0.02 | 0 | 0.74 | 0.16 | 61.89 | 0.67 | 0.53 |
| Hex | D2 | D7 | 38 | 2 | 0 | 4A | 10 | 3E | 43 | 35 |
| Octal | 322 | 327 | 70 | 2 | 0 | 112 | 20 | 76 | 103 | 65 |
| Binary | 11010010 | 11010111 | 111000 | 10 | 0 | 1001010 | 10000 | 111110 | 1000011 | 110101 |
Color Harmonies of #D2D738
Complementary color
Monochromatic Colors of #D2D738
Black with #D2D738
Text Example
Text Example
White with #D2D738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D738; }
p { color: rgb(210,215,56); }
H1.HeaderClassName
{
color: #D2D738;
}
.AnyTagClassName
{
color: #D2D738;
}
</style>
background-color css
<style>
a { background-color: #D2D738; }
a { background-color: rgb(210,215,56); }
div.DivClassName
{
background-color: #D2D738;
}
.BgClassName
{
background-color: #D2D738;
}
</style>
border-color css
<style>
span { border-color: #D2D738; }
span { border-color: rgb(210,215,56); }
td.TdClassName
{
border-color: #D2D738;
}
.TagClassName
{
border-color: #D2D738;
}
</style>