Shades of Bitter Lemon #D4DC31
Tints of Bitter Lemon #D4DC31
RGB
CMYK
RGB Variations
Color information
#D4DC31 (or 0xD4DC31) is known color: Bitter Lemon. HEX triplet: D4, DC and 31. RGB value is (212,220,49). Sum of RGB (Red+Green+Blue) = 212+220+49=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC31 is #2B23CE. Grayscale: #C6C6C6. Windows color (decimal): -2827215 or 3267796. OLE color: 3267796.
HSL color Cylindrical-coordinate representation of color #D4DC31: hue angle of 62.81º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4DC31 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 220 | 49 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.14 |
| HSL | 62.81º | 0.71% | 0.53% | - |
| HSV(B) | 62.81º | 0.78% | 0.86% | - |
| XYZ | 53.3 | 65.41 | 12.72 | - |
| YUV | 198.11 | 43.85 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 220 | 49 | 0.04 | 0 | 0.78 | 0.14 | 62.81 | 0.71 | 0.53 |
| Hex | D4 | DC | 31 | 4 | 0 | 4E | E | 3F | 47 | 35 |
| Octal | 324 | 334 | 61 | 4 | 0 | 116 | 16 | 77 | 107 | 65 |
| Binary | 11010100 | 11011100 | 110001 | 100 | 0 | 1001110 | 1110 | 111111 | 1000111 | 110101 |
Color Harmonies of #D4DC31
Complementary color
Monochromatic Colors of #D4DC31
Black with #D4DC31
Text Example
Text Example
White with #D4DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DC31; }
p { color: rgb(212,220,49); }
H1.HeaderClassName
{
color: #D4DC31;
}
.AnyTagClassName
{
color: #D4DC31;
}
</style>
background-color css
<style>
a { background-color: #D4DC31; }
a { background-color: rgb(212,220,49); }
div.DivClassName
{
background-color: #D4DC31;
}
.BgClassName
{
background-color: #D4DC31;
}
</style>
border-color css
<style>
span { border-color: #D4DC31; }
span { border-color: rgb(212,220,49); }
td.TdClassName
{
border-color: #D4DC31;
}
.TagClassName
{
border-color: #D4DC31;
}
</style>