Shades of Bitter Lemon #D3D536
Tints of Bitter Lemon #D3D536
RGB
CMYK
RGB Variations
Color information
#D3D536 (or 0xD3D536) is known color: Bitter Lemon. HEX triplet: D3, D5 and 36. RGB value is (211,213,54). Sum of RGB (Red+Green+Blue) = 211+213+54=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 54 (21.48% from 255 or 11.30% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D536 is #2C2AC9. Grayscale: #C2C2C2. Windows color (decimal): -2894538 or 3593683. OLE color: 3593683.
HSL color Cylindrical-coordinate representation of color #D3D536: hue angle of 60.75º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3D536 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 213 | 54 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.16 |
| HSL | 60.75º | 0.65% | 0.52% | - |
| HSV(B) | 60.75º | 0.75% | 0.84% | - |
| XYZ | 51.32 | 61.7 | 12.69 | - |
| YUV | 194.28 | 48.84 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 213 | 54 | 0.01 | 0 | 0.75 | 0.16 | 60.75 | 0.65 | 0.52 |
| Hex | D3 | D5 | 36 | 1 | 0 | 4B | 10 | 3D | 41 | 34 |
| Octal | 323 | 325 | 66 | 1 | 0 | 113 | 20 | 75 | 101 | 64 |
| Binary | 11010011 | 11010101 | 110110 | 1 | 0 | 1001011 | 10000 | 111101 | 1000001 | 110100 |
Color Harmonies of #D3D536
Complementary color
Monochromatic Colors of #D3D536
Black with #D3D536
Text Example
Text Example
White with #D3D536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D536; }
p { color: rgb(211,213,54); }
H1.HeaderClassName
{
color: #D3D536;
}
.AnyTagClassName
{
color: #D3D536;
}
</style>
background-color css
<style>
a { background-color: #D3D536; }
a { background-color: rgb(211,213,54); }
div.DivClassName
{
background-color: #D3D536;
}
.BgClassName
{
background-color: #D3D536;
}
</style>
border-color css
<style>
span { border-color: #D3D536; }
span { border-color: rgb(211,213,54); }
td.TdClassName
{
border-color: #D3D536;
}
.TagClassName
{
border-color: #D3D536;
}
</style>