Shades of Bitter Lemon #D3D82F
Tints of Bitter Lemon #D3D82F
RGB
CMYK
RGB Variations
Color information
#D3D82F (or 0xD3D82F) is known color: Bitter Lemon. HEX triplet: D3, D8 and 2F. RGB value is (211,216,47). Sum of RGB (Red+Green+Blue) = 211+216+47=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D82F is #2C27D0. Grayscale: #C3C3C3. Windows color (decimal): -2893777 or 3135699. OLE color: 3135699.
HSL color Cylindrical-coordinate representation of color #D3D82F: hue angle of 61.78º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3D82F is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 216 | 47 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.15 |
| HSL | 61.78º | 0.68% | 0.52% | - |
| HSV(B) | 61.78º | 0.78% | 0.85% | - |
| XYZ | 51.93 | 63.17 | 12.14 | - |
| YUV | 195.24 | 44.34 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 216 | 47 | 0.02 | 0 | 0.78 | 0.15 | 61.78 | 0.68 | 0.52 |
| Hex | D3 | D8 | 2F | 2 | 0 | 4E | F | 3E | 44 | 34 |
| Octal | 323 | 330 | 57 | 2 | 0 | 116 | 17 | 76 | 104 | 64 |
| Binary | 11010011 | 11011000 | 101111 | 10 | 0 | 1001110 | 1111 | 111110 | 1000100 | 110100 |
Color Harmonies of #D3D82F
Complementary color
Monochromatic Colors of #D3D82F
Black with #D3D82F
Text Example
Text Example
White with #D3D82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D82F; }
p { color: rgb(211,216,47); }
H1.HeaderClassName
{
color: #D3D82F;
}
.AnyTagClassName
{
color: #D3D82F;
}
</style>
background-color css
<style>
a { background-color: #D3D82F; }
a { background-color: rgb(211,216,47); }
div.DivClassName
{
background-color: #D3D82F;
}
.BgClassName
{
background-color: #D3D82F;
}
</style>
border-color css
<style>
span { border-color: #D3D82F; }
span { border-color: rgb(211,216,47); }
td.TdClassName
{
border-color: #D3D82F;
}
.TagClassName
{
border-color: #D3D82F;
}
</style>