Shades of Bitter Lemon #DDDC28
Tints of Bitter Lemon #DDDC28
RGB
CMYK
RGB Variations
Color information
#DDDC28 (or 0xDDDC28) is known color: Bitter Lemon. HEX triplet: DD, DC and 28. RGB value is (221,220,40). Sum of RGB (Red+Green+Blue) = 221+220+40=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC28 is #2223D7. Grayscale: #C8C8C8. Windows color (decimal): -2237400 or 2677981. OLE color: 2677981.
HSL color Cylindrical-coordinate representation of color #DDDC28: 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.82%. Process color model (Four color, CMYK) of #DDDC28 is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 40 | - |
CMYK | 0 | 0.00 | 0.82 | 0.13 |
HSL | 59.67º | 0.73% | 0.51% | - |
HSV(B) | 59.67º | 0.82% | 0.87% | - |
XYZ | 55.79 | 66.71 | 11.94 | - |
YUV | 199.78 | 37.83 | 143.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 40 | 0 | 0.00 | 0.82 | 0.13 | 59.67 | 0.73 | 0.51 |
Hex | DD | DC | 28 | 0 | 0 | 52 | D | 3C | 49 | 33 |
Octal | 335 | 334 | 50 | 0 | 0 | 122 | 15 | 74 | 111 | 63 |
Binary | 11011101 | 11011100 | 101000 | 0 | 0 | 1010010 | 1101 | 111100 | 1001001 | 110011 |
Color Harmonies of #DDDC28
Complementary color
Monochromatic Colors of #DDDC28
Black with #DDDC28
Text Example
Text Example
White with #DDDC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC28; }
p { color: rgb(221,220,40); }
H1.HeaderClassName
{
color: #DDDC28;
}
.AnyTagClassName
{
color: #DDDC28;
}
</style>
background-color css
<style>
a { background-color: #DDDC28; }
a { background-color: rgb(221,220,40); }
div.DivClassName
{
background-color: #DDDC28;
}
.BgClassName
{
background-color: #DDDC28;
}
</style>
border-color css
<style>
span { border-color: #DDDC28; }
span { border-color: rgb(221,220,40); }
td.TdClassName
{
border-color: #DDDC28;
}
.TagClassName
{
border-color: #DDDC28;
}
</style>