Shades of Bitter Lemon #D5D232
Tints of Bitter Lemon #D5D232
RGB
CMYK
RGB Variations
Color information
#D5D232 (or 0xD5D232) is known color: Bitter Lemon. HEX triplet: D5, D2 and 32. RGB value is (213,210,50). Sum of RGB (Red+Green+Blue) = 213+210+50=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D232 is #2A2DCD. Grayscale: #C1C1C1. Windows color (decimal): -2764238 or 3330773. OLE color: 3330773.
HSL color Cylindrical-coordinate representation of color #D5D232: hue angle of 58.9º 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 #D5D232 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 210 | 50 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.16 |
| HSL | 58.9º | 0.66% | 0.52% | - |
| HSV(B) | 58.9º | 0.77% | 0.84% | - |
| XYZ | 51.06 | 60.47 | 12 | - |
| YUV | 192.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 210 | 50 | 0 | 0.01 | 0.77 | 0.16 | 58.9 | 0.66 | 0.52 |
| Hex | D5 | D2 | 32 | 0 | 1 | 4D | 10 | 3B | 42 | 34 |
| Octal | 325 | 322 | 62 | 0 | 1 | 115 | 20 | 73 | 102 | 64 |
| Binary | 11010101 | 11010010 | 110010 | 0 | 1 | 1001101 | 10000 | 111011 | 1000010 | 110100 |
Color Harmonies of #D5D232
Complementary color
Monochromatic Colors of #D5D232
Black with #D5D232
Text Example
Text Example
White with #D5D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D232; }
p { color: rgb(213,210,50); }
H1.HeaderClassName
{
color: #D5D232;
}
.AnyTagClassName
{
color: #D5D232;
}
</style>
background-color css
<style>
a { background-color: #D5D232; }
a { background-color: rgb(213,210,50); }
div.DivClassName
{
background-color: #D5D232;
}
.BgClassName
{
background-color: #D5D232;
}
</style>
border-color css
<style>
span { border-color: #D5D232; }
span { border-color: rgb(213,210,50); }
td.TdClassName
{
border-color: #D5D232;
}
.TagClassName
{
border-color: #D5D232;
}
</style>