Shades of Bitter Lemon #D5D733
Tints of Bitter Lemon #D5D733
RGB
CMYK
RGB Variations
Color information
#D5D733 (or 0xD5D733) is known color: Bitter Lemon. HEX triplet: D5, D7 and 33. RGB value is (213,215,51). Sum of RGB (Red+Green+Blue) = 213+215+51=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 51 (20.31% from 255 or 10.65% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D733 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D733 is #2A28CC. Grayscale: #C4C4C4. Windows color (decimal): -2762957 or 3397589. OLE color: 3397589.
HSL color Cylindrical-coordinate representation of color #D5D733: hue angle of 60.73º degrees, saturation: 0.67, 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 #D5D733 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 51 | - |
| CMYK | 0.01 | 0 | 0.76 | 0.16 |
| HSL | 60.73º | 0.67% | 0.52% | - |
| HSV(B) | 60.73º | 0.76% | 0.84% | - |
| XYZ | 52.34 | 62.99 | 12.53 | - |
| YUV | 195.71 | 46.34 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 51 | 0.01 | 0 | 0.76 | 0.16 | 60.73 | 0.67 | 0.52 |
| Hex | D5 | D7 | 33 | 1 | 0 | 4C | 10 | 3D | 43 | 34 |
| Octal | 325 | 327 | 63 | 1 | 0 | 114 | 20 | 75 | 103 | 64 |
| Binary | 11010101 | 11010111 | 110011 | 1 | 0 | 1001100 | 10000 | 111101 | 1000011 | 110100 |
Color Harmonies of #D5D733
Complementary color
Monochromatic Colors of #D5D733
Black with #D5D733
Text Example
Text Example
White with #D5D733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D733; }
p { color: rgb(213,215,51); }
H1.HeaderClassName
{
color: #D5D733;
}
.AnyTagClassName
{
color: #D5D733;
}
</style>
background-color css
<style>
a { background-color: #D5D733; }
a { background-color: rgb(213,215,51); }
div.DivClassName
{
background-color: #D5D733;
}
.BgClassName
{
background-color: #D5D733;
}
</style>
border-color css
<style>
span { border-color: #D5D733; }
span { border-color: rgb(213,215,51); }
td.TdClassName
{
border-color: #D5D733;
}
.TagClassName
{
border-color: #D5D733;
}
</style>