Shades of Bitter Lemon #D9D638
Tints of Bitter Lemon #D9D638
RGB
CMYK
RGB Variations
Color information
#D9D638 (or 0xD9D638) is known color: Bitter Lemon. HEX triplet: D9, D6 and 38. RGB value is (217,214,56). Sum of RGB (Red+Green+Blue) = 217+214+56=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D638 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D638 is #2629C7. Grayscale: #C5C5C5. Windows color (decimal): -2501064 or 3725017. OLE color: 3725017.
HSL color Cylindrical-coordinate representation of color #D9D638: hue angle of 58.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9D638 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 56 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.15 |
| HSL | 58.88º | 0.68% | 0.54% | - |
| HSV(B) | 58.88º | 0.74% | 0.85% | - |
| XYZ | 53.38 | 63.13 | 13.11 | - |
| YUV | 196.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 56 | 0 | 0.01 | 0.74 | 0.15 | 58.88 | 0.68 | 0.54 |
| Hex | D9 | D6 | 38 | 0 | 1 | 4A | F | 3B | 44 | 36 |
| Octal | 331 | 326 | 70 | 0 | 1 | 112 | 17 | 73 | 104 | 66 |
| Binary | 11011001 | 11010110 | 111000 | 0 | 1 | 1001010 | 1111 | 111011 | 1000100 | 110110 |
Color Harmonies of #D9D638
Complementary color
Monochromatic Colors of #D9D638
Black with #D9D638
Text Example
Text Example
White with #D9D638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D638; }
p { color: rgb(217,214,56); }
H1.HeaderClassName
{
color: #D9D638;
}
.AnyTagClassName
{
color: #D9D638;
}
</style>
background-color css
<style>
a { background-color: #D9D638; }
a { background-color: rgb(217,214,56); }
div.DivClassName
{
background-color: #D9D638;
}
.BgClassName
{
background-color: #D9D638;
}
</style>
border-color css
<style>
span { border-color: #D9D638; }
span { border-color: rgb(217,214,56); }
td.TdClassName
{
border-color: #D9D638;
}
.TagClassName
{
border-color: #D9D638;
}
</style>