Shades of Bitter Lemon #DDD723
Tints of Bitter Lemon #DDD723
RGB
CMYK
RGB Variations
Color information
#DDD723 (or 0xDDD723) is known color: Bitter Lemon. HEX triplet: DD, D7 and 23. RGB value is (221,215,35). Sum of RGB (Red+Green+Blue) = 221+215+35=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 35 (14.06% from 255 or 7.43% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD723 is #2228DC. Grayscale: #C4C4C4. Windows color (decimal): -2238685 or 2349021. OLE color: 2349021.
HSL color Cylindrical-coordinate representation of color #DDD723: hue angle of 58.06º 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 #DDD723 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 35 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.13 |
| HSL | 58.06º | 0.73% | 0.5% | - |
| HSV(B) | 58.06º | 0.84% | 0.87% | - |
| XYZ | 54.42 | 64.09 | 11.09 | - |
| YUV | 196.27 | 36.99 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 35 | 0 | 0.03 | 0.84 | 0.13 | 58.06 | 0.73 | 0.5 |
| Hex | DD | D7 | 23 | 0 | 3 | 54 | D | 3A | 49 | 32 |
| Octal | 335 | 327 | 43 | 0 | 3 | 124 | 15 | 72 | 111 | 62 |
| Binary | 11011101 | 11010111 | 100011 | 0 | 11 | 1010100 | 1101 | 111010 | 1001001 | 110010 |
Color Harmonies of #DDD723
Complementary color
Monochromatic Colors of #DDD723
Black with #DDD723
Text Example
Text Example
White with #DDD723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD723; }
p { color: rgb(221,215,35); }
H1.HeaderClassName
{
color: #DDD723;
}
.AnyTagClassName
{
color: #DDD723;
}
</style>
background-color css
<style>
a { background-color: #DDD723; }
a { background-color: rgb(221,215,35); }
div.DivClassName
{
background-color: #DDD723;
}
.BgClassName
{
background-color: #DDD723;
}
</style>
border-color css
<style>
span { border-color: #DDD723; }
span { border-color: rgb(221,215,35); }
td.TdClassName
{
border-color: #DDD723;
}
.TagClassName
{
border-color: #DDD723;
}
</style>