Shades of Bitter Lemon #D3D72E
Tints of Bitter Lemon #D3D72E
RGB
CMYK
RGB Variations
Color information
#D3D72E (or 0xD3D72E) is known color: Bitter Lemon. HEX triplet: D3, D7 and 2E. RGB value is (211,215,46). Sum of RGB (Red+Green+Blue) = 211+215+46=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 46 (18.36% from 255 or 9.75% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D72E is #2C28D1. Grayscale: #C3C3C3. Windows color (decimal): -2894034 or 3069907. OLE color: 3069907.
HSL color Cylindrical-coordinate representation of color #D3D72E: hue angle of 61.42º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3D72E is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 215 | 46 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.16 |
| HSL | 61.42º | 0.68% | 0.51% | - |
| HSV(B) | 61.42º | 0.79% | 0.84% | - |
| XYZ | 51.66 | 62.65 | 11.95 | - |
| YUV | 194.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 215 | 46 | 0.02 | 0 | 0.79 | 0.16 | 61.42 | 0.68 | 0.51 |
| Hex | D3 | D7 | 2E | 2 | 0 | 4F | 10 | 3D | 44 | 33 |
| Octal | 323 | 327 | 56 | 2 | 0 | 117 | 20 | 75 | 104 | 63 |
| Binary | 11010011 | 11010111 | 101110 | 10 | 0 | 1001111 | 10000 | 111101 | 1000100 | 110011 |
Color Harmonies of #D3D72E
Complementary color
Monochromatic Colors of #D3D72E
Black with #D3D72E
Text Example
Text Example
White with #D3D72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D72E; }
p { color: rgb(211,215,46); }
H1.HeaderClassName
{
color: #D3D72E;
}
.AnyTagClassName
{
color: #D3D72E;
}
</style>
background-color css
<style>
a { background-color: #D3D72E; }
a { background-color: rgb(211,215,46); }
div.DivClassName
{
background-color: #D3D72E;
}
.BgClassName
{
background-color: #D3D72E;
}
</style>
border-color css
<style>
span { border-color: #D3D72E; }
span { border-color: rgb(211,215,46); }
td.TdClassName
{
border-color: #D3D72E;
}
.TagClassName
{
border-color: #D3D72E;
}
</style>