Shades of Bitter Lemon #DCDA1F
Tints of Bitter Lemon #DCDA1F
RGB
CMYK
RGB Variations
Color information
#DCDA1F (or 0xDCDA1F) is known color: Bitter Lemon. HEX triplet: DC, DA and 1F. RGB value is (220,218,31). Sum of RGB (Red+Green+Blue) = 220+218+31=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 31 (12.5% from 255 or 6.61% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA1F is #2325E0. Grayscale: #C6C6C6. Windows color (decimal): -2303457 or 2087644. OLE color: 2087644.
HSL color Cylindrical-coordinate representation of color #DCDA1F: hue angle of 59.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCDA1F is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 218 | 31 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.14 |
| HSL | 59.37º | 0.75% | 0.49% | - |
| HSV(B) | 59.37º | 0.86% | 0.86% | - |
| XYZ | 54.83 | 65.46 | 11.04 | - |
| YUV | 197.28 | 34.16 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 218 | 31 | 0 | 0.01 | 0.86 | 0.14 | 59.37 | 0.75 | 0.49 |
| Hex | DC | DA | 1F | 0 | 1 | 56 | E | 3B | 4B | 31 |
| Octal | 334 | 332 | 37 | 0 | 1 | 126 | 16 | 73 | 113 | 61 |
| Binary | 11011100 | 11011010 | 11111 | 0 | 1 | 1010110 | 1110 | 111011 | 1001011 | 110001 |
Color Harmonies of #DCDA1F
Complementary color
Monochromatic Colors of #DCDA1F
Black with #DCDA1F
Text Example
Text Example
White with #DCDA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDA1F; }
p { color: rgb(220,218,31); }
H1.HeaderClassName
{
color: #DCDA1F;
}
.AnyTagClassName
{
color: #DCDA1F;
}
</style>
background-color css
<style>
a { background-color: #DCDA1F; }
a { background-color: rgb(220,218,31); }
div.DivClassName
{
background-color: #DCDA1F;
}
.BgClassName
{
background-color: #DCDA1F;
}
</style>
border-color css
<style>
span { border-color: #DCDA1F; }
span { border-color: rgb(220,218,31); }
td.TdClassName
{
border-color: #DCDA1F;
}
.TagClassName
{
border-color: #DCDA1F;
}
</style>