Shades of Bitter Lemon #DCD629
Tints of Bitter Lemon #DCD629
RGB
CMYK
RGB Variations
Color information
#DCD629 (or 0xDCD629) is known color: Bitter Lemon. HEX triplet: DC, D6 and 29. RGB value is (220,214,41). Sum of RGB (Red+Green+Blue) = 220+214+41=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 214 (83.98% from 255 or 45.05% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD629 is #2329D6. Grayscale: #C4C4C4. Windows color (decimal): -2304471 or 2741980. OLE color: 2741980.
HSL color Cylindrical-coordinate representation of color #DCD629: hue angle of 57.99º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCD629 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 41 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.14 |
| HSL | 57.99º | 0.72% | 0.51% | - |
| HSV(B) | 57.99º | 0.81% | 0.86% | - |
| XYZ | 53.96 | 63.47 | 11.5 | - |
| YUV | 196.07 | 40.49 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 41 | 0 | 0.03 | 0.81 | 0.14 | 57.99 | 0.72 | 0.51 |
| Hex | DC | D6 | 29 | 0 | 3 | 51 | E | 3A | 48 | 33 |
| Octal | 334 | 326 | 51 | 0 | 3 | 121 | 16 | 72 | 110 | 63 |
| Binary | 11011100 | 11010110 | 101001 | 0 | 11 | 1010001 | 1110 | 111010 | 1001000 | 110011 |
Color Harmonies of #DCD629
Complementary color
Monochromatic Colors of #DCD629
Black with #DCD629
Text Example
Text Example
White with #DCD629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD629; }
p { color: rgb(220,214,41); }
H1.HeaderClassName
{
color: #DCD629;
}
.AnyTagClassName
{
color: #DCD629;
}
</style>
background-color css
<style>
a { background-color: #DCD629; }
a { background-color: rgb(220,214,41); }
div.DivClassName
{
background-color: #DCD629;
}
.BgClassName
{
background-color: #DCD629;
}
</style>
border-color css
<style>
span { border-color: #DCD629; }
span { border-color: rgb(220,214,41); }
td.TdClassName
{
border-color: #DCD629;
}
.TagClassName
{
border-color: #DCD629;
}
</style>