Shades of Bitter Lemon #DDDD1F
Tints of Bitter Lemon #DDDD1F
RGB
CMYK
RGB Variations
Color information
#DDDD1F (or 0xDDDD1F) is known color: Bitter Lemon. HEX triplet: DD, DD and 1F. RGB value is (221,221,31). Sum of RGB (Red+Green+Blue) = 221+221+31=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 31 (12.5% from 255 or 6.55% from 473); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD1F is #2222E0. Grayscale: #C8C8C8. Windows color (decimal): -2237153 or 2088413. OLE color: 2088413.
HSL color Cylindrical-coordinate representation of color #DDDD1F: hue angle of 60º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDDD1F is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 31 | - |
| CMYK | 0 | 0 | 0.86 | 0.13 |
| HSL | 60º | 0.75% | 0.49% | - |
| HSV(B) | 60º | 0.86% | 0.87% | - |
| XYZ | 55.92 | 67.18 | 11.32 | - |
| YUV | 199.34 | 33 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 31 | 0 | 0 | 0.86 | 0.13 | 60 | 0.75 | 0.49 |
| Hex | DD | DD | 1F | 0 | 0 | 56 | D | 3C | 4B | 31 |
| Octal | 335 | 335 | 37 | 0 | 0 | 126 | 15 | 74 | 113 | 61 |
| Binary | 11011101 | 11011101 | 11111 | 0 | 0 | 1010110 | 1101 | 111100 | 1001011 | 110001 |
Color Harmonies of #DDDD1F
Complementary color
Monochromatic Colors of #DDDD1F
Black with #DDDD1F
Text Example
Text Example
White with #DDDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD1F; }
p { color: rgb(221,221,31); }
H1.HeaderClassName
{
color: #DDDD1F;
}
.AnyTagClassName
{
color: #DDDD1F;
}
</style>
background-color css
<style>
a { background-color: #DDDD1F; }
a { background-color: rgb(221,221,31); }
div.DivClassName
{
background-color: #DDDD1F;
}
.BgClassName
{
background-color: #DDDD1F;
}
</style>
border-color css
<style>
span { border-color: #DDDD1F; }
span { border-color: rgb(221,221,31); }
td.TdClassName
{
border-color: #DDDD1F;
}
.TagClassName
{
border-color: #DDDD1F;
}
</style>