Shades of Bitter Lemon #D3D62D
Tints of Bitter Lemon #D3D62D
RGB
CMYK
RGB Variations
Color information
#D3D62D (or 0xD3D62D) is known color: Bitter Lemon. HEX triplet: D3, D6 and 2D. RGB value is (211,214,45). Sum of RGB (Red+Green+Blue) = 211+214+45=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D62D is #2C29D2. Grayscale: #C2C2C2. Windows color (decimal): -2894291 or 3004115. OLE color: 3004115.
HSL color Cylindrical-coordinate representation of color #D3D62D: hue angle of 61.07º degrees, saturation: 0.67, 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 #D3D62D is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 214 | 45 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.16 |
| HSL | 61.07º | 0.67% | 0.51% | - |
| HSV(B) | 61.07º | 0.79% | 0.84% | - |
| XYZ | 51.38 | 62.13 | 11.77 | - |
| YUV | 193.84 | 44.01 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 214 | 45 | 0.01 | 0 | 0.79 | 0.16 | 61.07 | 0.67 | 0.51 |
| Hex | D3 | D6 | 2D | 1 | 0 | 4F | 10 | 3D | 43 | 33 |
| Octal | 323 | 326 | 55 | 1 | 0 | 117 | 20 | 75 | 103 | 63 |
| Binary | 11010011 | 11010110 | 101101 | 1 | 0 | 1001111 | 10000 | 111101 | 1000011 | 110011 |
Color Harmonies of #D3D62D
Complementary color
Monochromatic Colors of #D3D62D
Black with #D3D62D
Text Example
Text Example
White with #D3D62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D62D; }
p { color: rgb(211,214,45); }
H1.HeaderClassName
{
color: #D3D62D;
}
.AnyTagClassName
{
color: #D3D62D;
}
</style>
background-color css
<style>
a { background-color: #D3D62D; }
a { background-color: rgb(211,214,45); }
div.DivClassName
{
background-color: #D3D62D;
}
.BgClassName
{
background-color: #D3D62D;
}
</style>
border-color css
<style>
span { border-color: #D3D62D; }
span { border-color: rgb(211,214,45); }
td.TdClassName
{
border-color: #D3D62D;
}
.TagClassName
{
border-color: #D3D62D;
}
</style>