Shades of Bitter Lemon #D6DC3D
Tints of Bitter Lemon #D6DC3D
RGB
CMYK
RGB Variations
Color information
#D6DC3D (or 0xD6DC3D) is known color: Bitter Lemon. HEX triplet: D6, DC and 3D. RGB value is (214,220,61). Sum of RGB (Red+Green+Blue) = 214+220+61=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 61 (24.22% from 255 or 12.32% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC3D is #2923C2. Grayscale: #C8C8C8. Windows color (decimal): -2696131 or 4054230. OLE color: 4054230.
HSL color Cylindrical-coordinate representation of color #D6DC3D: hue angle of 62.26º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6DC3D is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 220 | 61 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.14 |
| HSL | 62.26º | 0.69% | 0.55% | - |
| HSV(B) | 62.26º | 0.72% | 0.86% | - |
| XYZ | 54.17 | 65.82 | 14.26 | - |
| YUV | 200.08 | 49.51 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 220 | 61 | 0.03 | 0 | 0.72 | 0.14 | 62.26 | 0.69 | 0.55 |
| Hex | D6 | DC | 3D | 3 | 0 | 48 | E | 3E | 45 | 37 |
| Octal | 326 | 334 | 75 | 3 | 0 | 110 | 16 | 76 | 105 | 67 |
| Binary | 11010110 | 11011100 | 111101 | 11 | 0 | 1001000 | 1110 | 111110 | 1000101 | 110111 |
Color Harmonies of #D6DC3D
Complementary color
Monochromatic Colors of #D6DC3D
Black with #D6DC3D
Text Example
Text Example
White with #D6DC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DC3D; }
p { color: rgb(214,220,61); }
H1.HeaderClassName
{
color: #D6DC3D;
}
.AnyTagClassName
{
color: #D6DC3D;
}
</style>
background-color css
<style>
a { background-color: #D6DC3D; }
a { background-color: rgb(214,220,61); }
div.DivClassName
{
background-color: #D6DC3D;
}
.BgClassName
{
background-color: #D6DC3D;
}
</style>
border-color css
<style>
span { border-color: #D6DC3D; }
span { border-color: rgb(214,220,61); }
td.TdClassName
{
border-color: #D6DC3D;
}
.TagClassName
{
border-color: #D6DC3D;
}
</style>