Shades of Bitter Lemon #DDDF1C
Tints of Bitter Lemon #DDDF1C
RGB
CMYK
RGB Variations
Color information
#DDDF1C (or 0xDDDF1C) is known color: Bitter Lemon. HEX triplet: DD, DF and 1C. RGB value is (221,223,28). Sum of RGB (Red+Green+Blue) = 221+223+28=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 28 (11.33% from 255 or 5.93% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDF1C is #2220E3. Grayscale: #C8C8C8. Windows color (decimal): -2236644 or 1892317. OLE color: 1892317.
HSL color Cylindrical-coordinate representation of color #DDDF1C: hue angle of 60.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDDF1C is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 223 | 28 | - |
| CMYK | 0.01 | 0 | 0.87 | 0.13 |
| HSL | 60.62º | 0.78% | 0.49% | - |
| HSV(B) | 60.62º | 0.87% | 0.87% | - |
| XYZ | 56.42 | 68.23 | 11.3 | - |
| YUV | 200.17 | 30.84 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 223 | 28 | 0.01 | 0 | 0.87 | 0.13 | 60.62 | 0.78 | 0.49 |
| Hex | DD | DF | 1C | 1 | 0 | 57 | D | 3D | 4E | 31 |
| Octal | 335 | 337 | 34 | 1 | 0 | 127 | 15 | 75 | 116 | 61 |
| Binary | 11011101 | 11011111 | 11100 | 1 | 0 | 1010111 | 1101 | 111101 | 1001110 | 110001 |
Color Harmonies of #DDDF1C
Complementary color
Monochromatic Colors of #DDDF1C
Black with #DDDF1C
Text Example
Text Example
White with #DDDF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF1C; }
p { color: rgb(221,223,28); }
H1.HeaderClassName
{
color: #DDDF1C;
}
.AnyTagClassName
{
color: #DDDF1C;
}
</style>
background-color css
<style>
a { background-color: #DDDF1C; }
a { background-color: rgb(221,223,28); }
div.DivClassName
{
background-color: #DDDF1C;
}
.BgClassName
{
background-color: #DDDF1C;
}
</style>
border-color css
<style>
span { border-color: #DDDF1C; }
span { border-color: rgb(221,223,28); }
td.TdClassName
{
border-color: #DDDF1C;
}
.TagClassName
{
border-color: #DDDF1C;
}
</style>