Shades of Bitter Lemon #D3D031
Tints of Bitter Lemon #D3D031
RGB
CMYK
RGB Variations
Color information
#D3D031 (or 0xD3D031) is known color: Bitter Lemon. HEX triplet: D3, D0 and 31. RGB value is (211,208,49). Sum of RGB (Red+Green+Blue) = 211+208+49=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D031 is #2C2FCE. Grayscale: #BFBFBF. Windows color (decimal): -2895823 or 3264723. OLE color: 3264723.
HSL color Cylindrical-coordinate representation of color #D3D031: hue angle of 58.89º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D3D031 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 208 | 49 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.17 |
| HSL | 58.89º | 0.65% | 0.51% | - |
| HSV(B) | 58.89º | 0.77% | 0.83% | - |
| XYZ | 49.97 | 59.18 | 11.7 | - |
| YUV | 190.77 | 47.99 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 208 | 49 | 0 | 0.01 | 0.77 | 0.17 | 58.89 | 0.65 | 0.51 |
| Hex | D3 | D0 | 31 | 0 | 1 | 4D | 11 | 3B | 41 | 33 |
| Octal | 323 | 320 | 61 | 0 | 1 | 115 | 21 | 73 | 101 | 63 |
| Binary | 11010011 | 11010000 | 110001 | 0 | 1 | 1001101 | 10001 | 111011 | 1000001 | 110011 |
Color Harmonies of #D3D031
Complementary color
Monochromatic Colors of #D3D031
Black with #D3D031
Text Example
Text Example
White with #D3D031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D031; }
p { color: rgb(211,208,49); }
H1.HeaderClassName
{
color: #D3D031;
}
.AnyTagClassName
{
color: #D3D031;
}
</style>
background-color css
<style>
a { background-color: #D3D031; }
a { background-color: rgb(211,208,49); }
div.DivClassName
{
background-color: #D3D031;
}
.BgClassName
{
background-color: #D3D031;
}
</style>
border-color css
<style>
span { border-color: #D3D031; }
span { border-color: rgb(211,208,49); }
td.TdClassName
{
border-color: #D3D031;
}
.TagClassName
{
border-color: #D3D031;
}
</style>