Shades of Bitter Lemon #DCDB1D
Tints of Bitter Lemon #DCDB1D
RGB
CMYK
RGB Variations
Color information
#DCDB1D (or 0xDCDB1D) is known color: Bitter Lemon. HEX triplet: DC, DB and 1D. RGB value is (220,219,29). Sum of RGB (Red+Green+Blue) = 220+219+29=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB1D is #2324E2. Grayscale: #C6C6C6. Windows color (decimal): -2303203 or 1956828. OLE color: 1956828.
HSL color Cylindrical-coordinate representation of color #DCDB1D: hue angle of 59.69º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCDB1D is Cyan = 0, Magento = 0.00, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 29 | - |
| CMYK | 0 | 0.00 | 0.87 | 0.14 |
| HSL | 59.69º | 0.77% | 0.49% | - |
| HSV(B) | 59.69º | 0.87% | 0.86% | - |
| XYZ | 55.07 | 65.97 | 10.99 | - |
| YUV | 197.64 | 32.83 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 29 | 0 | 0.00 | 0.87 | 0.14 | 59.69 | 0.77 | 0.49 |
| Hex | DC | DB | 1D | 0 | 0 | 57 | E | 3C | 4D | 31 |
| Octal | 334 | 333 | 35 | 0 | 0 | 127 | 16 | 74 | 115 | 61 |
| Binary | 11011100 | 11011011 | 11101 | 0 | 0 | 1010111 | 1110 | 111100 | 1001101 | 110001 |
Color Harmonies of #DCDB1D
Complementary color
Monochromatic Colors of #DCDB1D
Black with #DCDB1D
Text Example
Text Example
White with #DCDB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB1D; }
p { color: rgb(220,219,29); }
H1.HeaderClassName
{
color: #DCDB1D;
}
.AnyTagClassName
{
color: #DCDB1D;
}
</style>
background-color css
<style>
a { background-color: #DCDB1D; }
a { background-color: rgb(220,219,29); }
div.DivClassName
{
background-color: #DCDB1D;
}
.BgClassName
{
background-color: #DCDB1D;
}
</style>
border-color css
<style>
span { border-color: #DCDB1D; }
span { border-color: rgb(220,219,29); }
td.TdClassName
{
border-color: #DCDB1D;
}
.TagClassName
{
border-color: #DCDB1D;
}
</style>