Shades of Bitter Lemon #DDD62A
Tints of Bitter Lemon #DDD62A
RGB
CMYK
RGB Variations
Color information
#DDD62A (or 0xDDD62A) is known color: Bitter Lemon. HEX triplet: DD, D6 and 2A. RGB value is (221,214,42). Sum of RGB (Red+Green+Blue) = 221+214+42=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD62A is #2229D5. Grayscale: #C5C5C5. Windows color (decimal): -2238934 or 2807517. OLE color: 2807517.
HSL color Cylindrical-coordinate representation of color #DDD62A: hue angle of 57.65º 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 #DDD62A is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 42 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.13 |
| HSL | 57.65º | 0.72% | 0.52% | - |
| HSV(B) | 57.65º | 0.81% | 0.87% | - |
| XYZ | 54.28 | 63.63 | 11.61 | - |
| YUV | 196.49 | 40.82 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 42 | 0 | 0.03 | 0.81 | 0.13 | 57.65 | 0.72 | 0.52 |
| Hex | DD | D6 | 2A | 0 | 3 | 51 | D | 3A | 48 | 34 |
| Octal | 335 | 326 | 52 | 0 | 3 | 121 | 15 | 72 | 110 | 64 |
| Binary | 11011101 | 11010110 | 101010 | 0 | 11 | 1010001 | 1101 | 111010 | 1001000 | 110100 |
Color Harmonies of #DDD62A
Complementary color
Monochromatic Colors of #DDD62A
Black with #DDD62A
Text Example
Text Example
White with #DDD62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD62A; }
p { color: rgb(221,214,42); }
H1.HeaderClassName
{
color: #DDD62A;
}
.AnyTagClassName
{
color: #DDD62A;
}
</style>
background-color css
<style>
a { background-color: #DDD62A; }
a { background-color: rgb(221,214,42); }
div.DivClassName
{
background-color: #DDD62A;
}
.BgClassName
{
background-color: #DDD62A;
}
</style>
border-color css
<style>
span { border-color: #DDD62A; }
span { border-color: rgb(221,214,42); }
td.TdClassName
{
border-color: #DDD62A;
}
.TagClassName
{
border-color: #DDD62A;
}
</style>