Shades of Bitter Lemon #DDD628
Tints of Bitter Lemon #DDD628
RGB
CMYK
RGB Variations
Color information
#DDD628 (or 0xDDD628) is known color: Bitter Lemon. HEX triplet: DD, D6 and 28. RGB value is (221,214,40). Sum of RGB (Red+Green+Blue) = 221+214+40=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 40 (16.02% from 255 or 8.42% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD628 is #2229D7. Grayscale: #C4C4C4. Windows color (decimal): -2238936 or 2676445. OLE color: 2676445.
HSL color Cylindrical-coordinate representation of color #DDD628: hue angle of 57.68º 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 #DDD628 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 40 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.13 |
| HSL | 57.68º | 0.73% | 0.51% | - |
| HSV(B) | 57.68º | 0.82% | 0.87% | - |
| XYZ | 54.25 | 63.62 | 11.43 | - |
| YUV | 196.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 40 | 0 | 0.03 | 0.82 | 0.13 | 57.68 | 0.73 | 0.51 |
| Hex | DD | D6 | 28 | 0 | 3 | 52 | D | 3A | 49 | 33 |
| Octal | 335 | 326 | 50 | 0 | 3 | 122 | 15 | 72 | 111 | 63 |
| Binary | 11011101 | 11010110 | 101000 | 0 | 11 | 1010010 | 1101 | 111010 | 1001001 | 110011 |
Color Harmonies of #DDD628
Complementary color
Monochromatic Colors of #DDD628
Black with #DDD628
Text Example
Text Example
White with #DDD628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD628; }
p { color: rgb(221,214,40); }
H1.HeaderClassName
{
color: #DDD628;
}
.AnyTagClassName
{
color: #DDD628;
}
</style>
background-color css
<style>
a { background-color: #DDD628; }
a { background-color: rgb(221,214,40); }
div.DivClassName
{
background-color: #DDD628;
}
.BgClassName
{
background-color: #DDD628;
}
</style>
border-color css
<style>
span { border-color: #DDD628; }
span { border-color: rgb(221,214,40); }
td.TdClassName
{
border-color: #DDD628;
}
.TagClassName
{
border-color: #DDD628;
}
</style>