Shades of Bitter Lemon #DDDB23
Tints of Bitter Lemon #DDDB23
RGB
CMYK
RGB Variations
Color information
#DDDB23 (or 0xDDDB23) is known color: Bitter Lemon. HEX triplet: DD, DB and 23. RGB value is (221,219,35). Sum of RGB (Red+Green+Blue) = 221+219+35=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 35 (14.06% from 255 or 7.37% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB23 is #2224DC. Grayscale: #C7C7C7. Windows color (decimal): -2237661 or 2350045. OLE color: 2350045.
HSL color Cylindrical-coordinate representation of color #DDDB23: hue angle of 59.35º 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 #DDDB23 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 35 | - |
CMYK | 0 | 0.01 | 0.84 | 0.13 |
HSL | 59.35º | 0.73% | 0.5% | - |
HSV(B) | 59.35º | 0.84% | 0.87% | - |
XYZ | 55.45 | 66.16 | 11.44 | - |
YUV | 198.62 | 35.66 | 143.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 35 | 0 | 0.01 | 0.84 | 0.13 | 59.35 | 0.73 | 0.5 |
Hex | DD | DB | 23 | 0 | 1 | 54 | D | 3B | 49 | 32 |
Octal | 335 | 333 | 43 | 0 | 1 | 124 | 15 | 73 | 111 | 62 |
Binary | 11011101 | 11011011 | 100011 | 0 | 1 | 1010100 | 1101 | 111011 | 1001001 | 110010 |
Color Harmonies of #DDDB23
Complementary color
Monochromatic Colors of #DDDB23
Black with #DDDB23
Text Example
Text Example
White with #DDDB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDB23; }
p { color: rgb(221,219,35); }
H1.HeaderClassName
{
color: #DDDB23;
}
.AnyTagClassName
{
color: #DDDB23;
}
</style>
background-color css
<style>
a { background-color: #DDDB23; }
a { background-color: rgb(221,219,35); }
div.DivClassName
{
background-color: #DDDB23;
}
.BgClassName
{
background-color: #DDDB23;
}
</style>
border-color css
<style>
span { border-color: #DDDB23; }
span { border-color: rgb(221,219,35); }
td.TdClassName
{
border-color: #DDDB23;
}
.TagClassName
{
border-color: #DDDB23;
}
</style>