Shades of Bitter Lemon #DCDB2F
Tints of Bitter Lemon #DCDB2F
RGB
CMYK
RGB Variations
Color information
#DCDB2F (or 0xDCDB2F) is known color: Bitter Lemon. HEX triplet: DC, DB and 2F. RGB value is (220,219,47). Sum of RGB (Red+Green+Blue) = 220+219+47=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB2F is #2324D0. Grayscale: #C8C8C8. Windows color (decimal): -2303185 or 3136476. OLE color: 3136476.
HSL color Cylindrical-coordinate representation of color #DCDB2F: hue angle of 59.65º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCDB2F is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 47 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.14 |
| HSL | 59.65º | 0.71% | 0.52% | - |
| HSV(B) | 59.65º | 0.79% | 0.86% | - |
| XYZ | 55.36 | 66.08 | 12.53 | - |
| YUV | 199.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 47 | 0 | 0.00 | 0.79 | 0.14 | 59.65 | 0.71 | 0.52 |
| Hex | DC | DB | 2F | 0 | 0 | 4F | E | 3C | 47 | 34 |
| Octal | 334 | 333 | 57 | 0 | 0 | 117 | 16 | 74 | 107 | 64 |
| Binary | 11011100 | 11011011 | 101111 | 0 | 0 | 1001111 | 1110 | 111100 | 1000111 | 110100 |
Color Harmonies of #DCDB2F
Complementary color
Monochromatic Colors of #DCDB2F
Black with #DCDB2F
Text Example
Text Example
White with #DCDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB2F; }
p { color: rgb(220,219,47); }
H1.HeaderClassName
{
color: #DCDB2F;
}
.AnyTagClassName
{
color: #DCDB2F;
}
</style>
background-color css
<style>
a { background-color: #DCDB2F; }
a { background-color: rgb(220,219,47); }
div.DivClassName
{
background-color: #DCDB2F;
}
.BgClassName
{
background-color: #DCDB2F;
}
</style>
border-color css
<style>
span { border-color: #DCDB2F; }
span { border-color: rgb(220,219,47); }
td.TdClassName
{
border-color: #DCDB2F;
}
.TagClassName
{
border-color: #DCDB2F;
}
</style>