Shades of Bitter Lemon #DDDA25
Tints of Bitter Lemon #DDDA25
RGB
CMYK
RGB Variations
Color information
#DDDA25 (or 0xDDDA25) is known color: Bitter Lemon. HEX triplet: DD, DA and 25. RGB value is (221,218,37). Sum of RGB (Red+Green+Blue) = 221+218+37=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA25 is #2225DA. Grayscale: #C6C6C6. Windows color (decimal): -2237915 or 2480861. OLE color: 2480861.
HSL color Cylindrical-coordinate representation of color #DDDA25: hue angle of 59.02º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDDA25 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 37 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.13 |
| HSL | 59.02º | 0.73% | 0.51% | - |
| HSV(B) | 59.02º | 0.83% | 0.87% | - |
| XYZ | 55.22 | 65.65 | 11.51 | - |
| YUV | 198.26 | 36.99 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 37 | 0 | 0.01 | 0.83 | 0.13 | 59.02 | 0.73 | 0.51 |
| Hex | DD | DA | 25 | 0 | 1 | 53 | D | 3B | 49 | 33 |
| Octal | 335 | 332 | 45 | 0 | 1 | 123 | 15 | 73 | 111 | 63 |
| Binary | 11011101 | 11011010 | 100101 | 0 | 1 | 1010011 | 1101 | 111011 | 1001001 | 110011 |
Color Harmonies of #DDDA25
Complementary color
Monochromatic Colors of #DDDA25
Black with #DDDA25
Text Example
Text Example
White with #DDDA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA25; }
p { color: rgb(221,218,37); }
H1.HeaderClassName
{
color: #DDDA25;
}
.AnyTagClassName
{
color: #DDDA25;
}
</style>
background-color css
<style>
a { background-color: #DDDA25; }
a { background-color: rgb(221,218,37); }
div.DivClassName
{
background-color: #DDDA25;
}
.BgClassName
{
background-color: #DDDA25;
}
</style>
border-color css
<style>
span { border-color: #DDDA25; }
span { border-color: rgb(221,218,37); }
td.TdClassName
{
border-color: #DDDA25;
}
.TagClassName
{
border-color: #DDDA25;
}
</style>