Shades of Bitter Lemon #DCD827
Tints of Bitter Lemon #DCD827
RGB
CMYK
RGB Variations
Color information
#DCD827 (or 0xDCD827) is known color: Bitter Lemon. HEX triplet: DC, D8 and 27. RGB value is (220,216,39). Sum of RGB (Red+Green+Blue) = 220+216+39=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 39 (15.62% from 255 or 8.21% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD827 is #2327D8. Grayscale: #C5C5C5. Windows color (decimal): -2303961 or 2611420. OLE color: 2611420.
HSL color Cylindrical-coordinate representation of color #DCD827: hue angle of 58.67º 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 #DCD827 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 39 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.14 |
| HSL | 58.67º | 0.72% | 0.51% | - |
| HSV(B) | 58.67º | 0.82% | 0.86% | - |
| XYZ | 54.44 | 64.47 | 11.5 | - |
| YUV | 197.02 | 38.83 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 39 | 0 | 0.02 | 0.82 | 0.14 | 58.67 | 0.72 | 0.51 |
| Hex | DC | D8 | 27 | 0 | 2 | 52 | E | 3B | 48 | 33 |
| Octal | 334 | 330 | 47 | 0 | 2 | 122 | 16 | 73 | 110 | 63 |
| Binary | 11011100 | 11011000 | 100111 | 0 | 10 | 1010010 | 1110 | 111011 | 1001000 | 110011 |
Color Harmonies of #DCD827
Complementary color
Monochromatic Colors of #DCD827
Black with #DCD827
Text Example
Text Example
White with #DCD827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD827; }
p { color: rgb(220,216,39); }
H1.HeaderClassName
{
color: #DCD827;
}
.AnyTagClassName
{
color: #DCD827;
}
</style>
background-color css
<style>
a { background-color: #DCD827; }
a { background-color: rgb(220,216,39); }
div.DivClassName
{
background-color: #DCD827;
}
.BgClassName
{
background-color: #DCD827;
}
</style>
border-color css
<style>
span { border-color: #DCD827; }
span { border-color: rgb(220,216,39); }
td.TdClassName
{
border-color: #DCD827;
}
.TagClassName
{
border-color: #DCD827;
}
</style>