Shades of Bitter Lemon #DCD727
Tints of Bitter Lemon #DCD727
RGB
CMYK
RGB Variations
Color information
#DCD727 (or 0xDCD727) is known color: Bitter Lemon. HEX triplet: DC, D7 and 27. RGB value is (220,215,39). Sum of RGB (Red+Green+Blue) = 220+215+39=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 39 (15.62% from 255 or 8.23% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD727 is #2328D8. Grayscale: #C5C5C5. Windows color (decimal): -2304217 or 2611164. OLE color: 2611164.
HSL color Cylindrical-coordinate representation of color #DCD727: hue angle of 58.34º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCD727 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 39 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.14 |
| HSL | 58.34º | 0.72% | 0.51% | - |
| HSV(B) | 58.34º | 0.82% | 0.86% | - |
| XYZ | 54.18 | 63.96 | 11.41 | - |
| YUV | 196.43 | 39.16 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 39 | 0 | 0.02 | 0.82 | 0.14 | 58.34 | 0.72 | 0.51 |
| Hex | DC | D7 | 27 | 0 | 2 | 52 | E | 3A | 48 | 33 |
| Octal | 334 | 327 | 47 | 0 | 2 | 122 | 16 | 72 | 110 | 63 |
| Binary | 11011100 | 11010111 | 100111 | 0 | 10 | 1010010 | 1110 | 111010 | 1001000 | 110011 |
Color Harmonies of #DCD727
Complementary color
Monochromatic Colors of #DCD727
Black with #DCD727
Text Example
Text Example
White with #DCD727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD727; }
p { color: rgb(220,215,39); }
H1.HeaderClassName
{
color: #DCD727;
}
.AnyTagClassName
{
color: #DCD727;
}
</style>
background-color css
<style>
a { background-color: #DCD727; }
a { background-color: rgb(220,215,39); }
div.DivClassName
{
background-color: #DCD727;
}
.BgClassName
{
background-color: #DCD727;
}
</style>
border-color css
<style>
span { border-color: #DCD727; }
span { border-color: rgb(220,215,39); }
td.TdClassName
{
border-color: #DCD727;
}
.TagClassName
{
border-color: #DCD727;
}
</style>