Shades of Bitter Lemon #DCDB30
Tints of Bitter Lemon #DCDB30
RGB
CMYK
RGB Variations
Color information
#DCDB30 (or 0xDCDB30) is known color: Bitter Lemon. HEX triplet: DC, DB and 30. RGB value is (220,219,48). Sum of RGB (Red+Green+Blue) = 220+219+48=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB30 is #2324CF. Grayscale: #C8C8C8. Windows color (decimal): -2303184 or 3202012. OLE color: 3202012.
HSL color Cylindrical-coordinate representation of color #DCDB30: hue angle of 59.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCDB30 is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 48 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.14 |
| HSL | 59.65º | 0.71% | 0.53% | - |
| HSV(B) | 59.65º | 0.78% | 0.86% | - |
| XYZ | 55.38 | 66.09 | 12.63 | - |
| YUV | 199.81 | 42.33 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 48 | 0 | 0.00 | 0.78 | 0.14 | 59.65 | 0.71 | 0.53 |
| Hex | DC | DB | 30 | 0 | 0 | 4E | E | 3C | 47 | 35 |
| Octal | 334 | 333 | 60 | 0 | 0 | 116 | 16 | 74 | 107 | 65 |
| Binary | 11011100 | 11011011 | 110000 | 0 | 0 | 1001110 | 1110 | 111100 | 1000111 | 110101 |
Color Harmonies of #DCDB30
Complementary color
Monochromatic Colors of #DCDB30
Black with #DCDB30
Text Example
Text Example
White with #DCDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB30; }
p { color: rgb(220,219,48); }
H1.HeaderClassName
{
color: #DCDB30;
}
.AnyTagClassName
{
color: #DCDB30;
}
</style>
background-color css
<style>
a { background-color: #DCDB30; }
a { background-color: rgb(220,219,48); }
div.DivClassName
{
background-color: #DCDB30;
}
.BgClassName
{
background-color: #DCDB30;
}
</style>
border-color css
<style>
span { border-color: #DCDB30; }
span { border-color: rgb(220,219,48); }
td.TdClassName
{
border-color: #DCDB30;
}
.TagClassName
{
border-color: #DCDB30;
}
</style>