Shades of Bitter Lemon #DDDC26
Tints of Bitter Lemon #DDDC26
RGB
CMYK
RGB Variations
Color information
#DDDC26 (or 0xDDDC26) is known color: Bitter Lemon. HEX triplet: DD, DC and 26. RGB value is (221,220,38). Sum of RGB (Red+Green+Blue) = 221+220+38=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 38 (15.23% from 255 or 7.93% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC26 is #2223D9. Grayscale: #C8C8C8. Windows color (decimal): -2237402 or 2546909. OLE color: 2546909.
HSL color Cylindrical-coordinate representation of color #DDDC26: hue angle of 59.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDDC26 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 38 | - |
| CMYK | 0 | 0.00 | 0.83 | 0.13 |
| HSL | 59.67º | 0.73% | 0.51% | - |
| HSV(B) | 59.67º | 0.83% | 0.87% | - |
| XYZ | 55.76 | 66.7 | 11.77 | - |
| YUV | 199.55 | 36.83 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 38 | 0 | 0.00 | 0.83 | 0.13 | 59.67 | 0.73 | 0.51 |
| Hex | DD | DC | 26 | 0 | 0 | 53 | D | 3C | 49 | 33 |
| Octal | 335 | 334 | 46 | 0 | 0 | 123 | 15 | 74 | 111 | 63 |
| Binary | 11011101 | 11011100 | 100110 | 0 | 0 | 1010011 | 1101 | 111100 | 1001001 | 110011 |
Color Harmonies of #DDDC26
Complementary color
Monochromatic Colors of #DDDC26
Black with #DDDC26
Text Example
Text Example
White with #DDDC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC26; }
p { color: rgb(221,220,38); }
H1.HeaderClassName
{
color: #DDDC26;
}
.AnyTagClassName
{
color: #DDDC26;
}
</style>
background-color css
<style>
a { background-color: #DDDC26; }
a { background-color: rgb(221,220,38); }
div.DivClassName
{
background-color: #DDDC26;
}
.BgClassName
{
background-color: #DDDC26;
}
</style>
border-color css
<style>
span { border-color: #DDDC26; }
span { border-color: rgb(221,220,38); }
td.TdClassName
{
border-color: #DDDC26;
}
.TagClassName
{
border-color: #DDDC26;
}
</style>