Shades of Bitter Lemon #DCD625
Tints of Bitter Lemon #DCD625
RGB
CMYK
RGB Variations
Color information
#DCD625 (or 0xDCD625) is known color: Bitter Lemon. HEX triplet: DC, D6 and 25. RGB value is (220,214,37). Sum of RGB (Red+Green+Blue) = 220+214+37=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD625 is #2329DA. Grayscale: #C4C4C4. Windows color (decimal): -2304475 or 2479836. OLE color: 2479836.
HSL color Cylindrical-coordinate representation of color #DCD625: hue angle of 58.03º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCD625 is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 37 | - |
| CMYK | 0 | 0.03 | 0.83 | 0.14 |
| HSL | 58.03º | 0.72% | 0.5% | - |
| HSV(B) | 58.03º | 0.83% | 0.86% | - |
| XYZ | 53.9 | 63.44 | 11.16 | - |
| YUV | 195.62 | 38.49 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 37 | 0 | 0.03 | 0.83 | 0.14 | 58.03 | 0.72 | 0.5 |
| Hex | DC | D6 | 25 | 0 | 3 | 53 | E | 3A | 48 | 32 |
| Octal | 334 | 326 | 45 | 0 | 3 | 123 | 16 | 72 | 110 | 62 |
| Binary | 11011100 | 11010110 | 100101 | 0 | 11 | 1010011 | 1110 | 111010 | 1001000 | 110010 |
Color Harmonies of #DCD625
Complementary color
Monochromatic Colors of #DCD625
Black with #DCD625
Text Example
Text Example
White with #DCD625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD625; }
p { color: rgb(220,214,37); }
H1.HeaderClassName
{
color: #DCD625;
}
.AnyTagClassName
{
color: #DCD625;
}
</style>
background-color css
<style>
a { background-color: #DCD625; }
a { background-color: rgb(220,214,37); }
div.DivClassName
{
background-color: #DCD625;
}
.BgClassName
{
background-color: #DCD625;
}
</style>
border-color css
<style>
span { border-color: #DCD625; }
span { border-color: rgb(220,214,37); }
td.TdClassName
{
border-color: #DCD625;
}
.TagClassName
{
border-color: #DCD625;
}
</style>