Shades of Bitter Lemon #DCD925
Tints of Bitter Lemon #DCD925
RGB
CMYK
RGB Variations
Color information
#DCD925 (or 0xDCD925) is known color: Bitter Lemon. HEX triplet: DC, D9 and 25. RGB value is (220,217,37). Sum of RGB (Red+Green+Blue) = 220+217+37=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 37 (14.84% from 255 or 7.81% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD925 is #2326DA. Grayscale: #C6C6C6. Windows color (decimal): -2303707 or 2480604. OLE color: 2480604.
HSL color Cylindrical-coordinate representation of color #DCD925: hue angle of 59.02º 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 #DCD925 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 37 | - |
| CMYK | 0 | 0.01 | 0.83 | 0.14 |
| HSL | 59.02º | 0.72% | 0.5% | - |
| HSV(B) | 59.02º | 0.83% | 0.86% | - |
| XYZ | 54.66 | 64.97 | 11.41 | - |
| YUV | 197.38 | 37.49 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 37 | 0 | 0.01 | 0.83 | 0.14 | 59.02 | 0.72 | 0.5 |
| Hex | DC | D9 | 25 | 0 | 1 | 53 | E | 3B | 48 | 32 |
| Octal | 334 | 331 | 45 | 0 | 1 | 123 | 16 | 73 | 110 | 62 |
| Binary | 11011100 | 11011001 | 100101 | 0 | 1 | 1010011 | 1110 | 111011 | 1001000 | 110010 |
Color Harmonies of #DCD925
Complementary color
Monochromatic Colors of #DCD925
Black with #DCD925
Text Example
Text Example
White with #DCD925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD925; }
p { color: rgb(220,217,37); }
H1.HeaderClassName
{
color: #DCD925;
}
.AnyTagClassName
{
color: #DCD925;
}
</style>
background-color css
<style>
a { background-color: #DCD925; }
a { background-color: rgb(220,217,37); }
div.DivClassName
{
background-color: #DCD925;
}
.BgClassName
{
background-color: #DCD925;
}
</style>
border-color css
<style>
span { border-color: #DCD925; }
span { border-color: rgb(220,217,37); }
td.TdClassName
{
border-color: #DCD925;
}
.TagClassName
{
border-color: #DCD925;
}
</style>