Shades of Bitter Lemon #D5D334
Tints of Bitter Lemon #D5D334
RGB
CMYK
RGB Variations
Color information
#D5D334 (or 0xD5D334) is known color: Bitter Lemon. HEX triplet: D5, D3 and 34. RGB value is (213,211,52). Sum of RGB (Red+Green+Blue) = 213+211+52=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D334 is #2A2CCB. Grayscale: #C2C2C2. Windows color (decimal): -2763980 or 3462101. OLE color: 3462101.
HSL color Cylindrical-coordinate representation of color #D5D334: hue angle of 59.25º 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 #D5D334 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 211 | 52 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.16 |
| HSL | 59.25º | 0.66% | 0.52% | - |
| HSV(B) | 59.25º | 0.76% | 0.84% | - |
| XYZ | 51.35 | 60.98 | 12.31 | - |
| YUV | 193.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 211 | 52 | 0 | 0.01 | 0.76 | 0.16 | 59.25 | 0.66 | 0.52 |
| Hex | D5 | D3 | 34 | 0 | 1 | 4C | 10 | 3B | 42 | 34 |
| Octal | 325 | 323 | 64 | 0 | 1 | 114 | 20 | 73 | 102 | 64 |
| Binary | 11010101 | 11010011 | 110100 | 0 | 1 | 1001100 | 10000 | 111011 | 1000010 | 110100 |
Color Harmonies of #D5D334
Complementary color
Monochromatic Colors of #D5D334
Black with #D5D334
Text Example
Text Example
White with #D5D334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D334; }
p { color: rgb(213,211,52); }
H1.HeaderClassName
{
color: #D5D334;
}
.AnyTagClassName
{
color: #D5D334;
}
</style>
background-color css
<style>
a { background-color: #D5D334; }
a { background-color: rgb(213,211,52); }
div.DivClassName
{
background-color: #D5D334;
}
.BgClassName
{
background-color: #D5D334;
}
</style>
border-color css
<style>
span { border-color: #D5D334; }
span { border-color: rgb(213,211,52); }
td.TdClassName
{
border-color: #D5D334;
}
.TagClassName
{
border-color: #D5D334;
}
</style>