Shades of Bitter Lemon #DDD12B
Tints of Bitter Lemon #DDD12B
RGB
CMYK
RGB Variations
Color information
#DDD12B (or 0xDDD12B) is known color: Bitter Lemon. HEX triplet: DD, D1 and 2B. RGB value is (221,209,43). Sum of RGB (Red+Green+Blue) = 221+209+43=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD12B is #222ED4. Grayscale: #C2C2C2. Windows color (decimal): -2240213 or 2871773. OLE color: 2871773.
HSL color Cylindrical-coordinate representation of color #DDD12B: hue angle of 55.96º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDD12B is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 43 | - |
| CMYK | 0 | 0.05 | 0.81 | 0.13 |
| HSL | 55.96º | 0.72% | 0.52% | - |
| HSV(B) | 55.96º | 0.81% | 0.87% | - |
| XYZ | 53.06 | 61.15 | 11.29 | - |
| YUV | 193.66 | 42.98 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 43 | 0 | 0.05 | 0.81 | 0.13 | 55.96 | 0.72 | 0.52 |
| Hex | DD | D1 | 2B | 0 | 5 | 51 | D | 38 | 48 | 34 |
| Octal | 335 | 321 | 53 | 0 | 5 | 121 | 15 | 70 | 110 | 64 |
| Binary | 11011101 | 11010001 | 101011 | 0 | 101 | 1010001 | 1101 | 111000 | 1001000 | 110100 |
Color Harmonies of #DDD12B
Complementary color
Monochromatic Colors of #DDD12B
Black with #DDD12B
Text Example
Text Example
White with #DDD12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD12B; }
p { color: rgb(221,209,43); }
H1.HeaderClassName
{
color: #DDD12B;
}
.AnyTagClassName
{
color: #DDD12B;
}
</style>
background-color css
<style>
a { background-color: #DDD12B; }
a { background-color: rgb(221,209,43); }
div.DivClassName
{
background-color: #DDD12B;
}
.BgClassName
{
background-color: #DDD12B;
}
</style>
border-color css
<style>
span { border-color: #DDD12B; }
span { border-color: rgb(221,209,43); }
td.TdClassName
{
border-color: #DDD12B;
}
.TagClassName
{
border-color: #DDD12B;
}
</style>