Shades of Bitter Lemon #DDDC23
Tints of Bitter Lemon #DDDC23
RGB
CMYK
RGB Variations
Color information
#DDDC23 (or 0xDDDC23) is known color: Bitter Lemon. HEX triplet: DD, DC and 23. RGB value is (221,220,35). Sum of RGB (Red+Green+Blue) = 221+220+35=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 35 (14.06% from 255 or 7.35% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC23 is #2223DC. Grayscale: #C7C7C7. Windows color (decimal): -2237405 or 2350301. OLE color: 2350301.
HSL color Cylindrical-coordinate representation of color #DDDC23: hue angle of 59.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDDC23 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 35 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.13 |
| HSL | 59.68º | 0.73% | 0.5% | - |
| HSV(B) | 59.68º | 0.84% | 0.87% | - |
| XYZ | 55.72 | 66.68 | 11.52 | - |
| YUV | 199.21 | 35.33 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 35 | 0 | 0.00 | 0.84 | 0.13 | 59.68 | 0.73 | 0.5 |
| Hex | DD | DC | 23 | 0 | 0 | 54 | D | 3C | 49 | 32 |
| Octal | 335 | 334 | 43 | 0 | 0 | 124 | 15 | 74 | 111 | 62 |
| Binary | 11011101 | 11011100 | 100011 | 0 | 0 | 1010100 | 1101 | 111100 | 1001001 | 110010 |
Color Harmonies of #DDDC23
Complementary color
Monochromatic Colors of #DDDC23
Black with #DDDC23
Text Example
Text Example
White with #DDDC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC23; }
p { color: rgb(221,220,35); }
H1.HeaderClassName
{
color: #DDDC23;
}
.AnyTagClassName
{
color: #DDDC23;
}
</style>
background-color css
<style>
a { background-color: #DDDC23; }
a { background-color: rgb(221,220,35); }
div.DivClassName
{
background-color: #DDDC23;
}
.BgClassName
{
background-color: #DDDC23;
}
</style>
border-color css
<style>
span { border-color: #DDDC23; }
span { border-color: rgb(221,220,35); }
td.TdClassName
{
border-color: #DDDC23;
}
.TagClassName
{
border-color: #DDDC23;
}
</style>