Shades of Bitter Lemon #DCDB25
Tints of Bitter Lemon #DCDB25
RGB
CMYK
RGB Variations
Color information
#DCDB25 (or 0xDCDB25) is known color: Bitter Lemon. HEX triplet: DC, DB and 25. RGB value is (220,219,37). Sum of RGB (Red+Green+Blue) = 220+219+37=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB25 is #2324DA. Grayscale: #C7C7C7. Windows color (decimal): -2303195 or 2481116. OLE color: 2481116.
HSL color Cylindrical-coordinate representation of color #DCDB25: hue angle of 59.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCDB25 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 37 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.14 |
| HSL | 59.67º | 0.72% | 0.5% | - |
| HSV(B) | 59.67º | 0.83% | 0.86% | - |
| XYZ | 55.18 | 66.01 | 11.58 | - |
| YUV | 198.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 37 | 0 | 0.00 | 0.83 | 0.14 | 59.67 | 0.72 | 0.5 |
| Hex | DC | DB | 25 | 0 | 0 | 53 | E | 3C | 48 | 32 |
| Octal | 334 | 333 | 45 | 0 | 0 | 123 | 16 | 74 | 110 | 62 |
| Binary | 11011100 | 11011011 | 100101 | 0 | 0 | 1010011 | 1110 | 111100 | 1001000 | 110010 |
Color Harmonies of #DCDB25
Complementary color
Monochromatic Colors of #DCDB25
Black with #DCDB25
Text Example
Text Example
White with #DCDB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB25; }
p { color: rgb(220,219,37); }
H1.HeaderClassName
{
color: #DCDB25;
}
.AnyTagClassName
{
color: #DCDB25;
}
</style>
background-color css
<style>
a { background-color: #DCDB25; }
a { background-color: rgb(220,219,37); }
div.DivClassName
{
background-color: #DCDB25;
}
.BgClassName
{
background-color: #DCDB25;
}
</style>
border-color css
<style>
span { border-color: #DCDB25; }
span { border-color: rgb(220,219,37); }
td.TdClassName
{
border-color: #DCDB25;
}
.TagClassName
{
border-color: #DCDB25;
}
</style>