Shades of Bitter Lemon #DCD62A
Tints of Bitter Lemon #DCD62A
RGB
CMYK
RGB Variations
Color information
#DCD62A (or 0xDCD62A) is known color: Bitter Lemon. HEX triplet: DC, D6 and 2A. RGB value is (220,214,42). Sum of RGB (Red+Green+Blue) = 220+214+42=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 42 (16.80% from 255 or 8.82% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD62A is #2329D5. Grayscale: #C4C4C4. Windows color (decimal): -2304470 or 2807516. OLE color: 2807516.
HSL color Cylindrical-coordinate representation of color #DCD62A: hue angle of 57.98º 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 #DCD62A is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 42 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.14 |
| HSL | 57.98º | 0.72% | 0.51% | - |
| HSV(B) | 57.98º | 0.81% | 0.86% | - |
| XYZ | 53.98 | 63.48 | 11.6 | - |
| YUV | 196.19 | 40.99 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 42 | 0 | 0.03 | 0.81 | 0.14 | 57.98 | 0.72 | 0.51 |
| Hex | DC | D6 | 2A | 0 | 3 | 51 | E | 3A | 48 | 33 |
| Octal | 334 | 326 | 52 | 0 | 3 | 121 | 16 | 72 | 110 | 63 |
| Binary | 11011100 | 11010110 | 101010 | 0 | 11 | 1010001 | 1110 | 111010 | 1001000 | 110011 |
Color Harmonies of #DCD62A
Complementary color
Monochromatic Colors of #DCD62A
Black with #DCD62A
Text Example
Text Example
White with #DCD62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD62A; }
p { color: rgb(220,214,42); }
H1.HeaderClassName
{
color: #DCD62A;
}
.AnyTagClassName
{
color: #DCD62A;
}
</style>
background-color css
<style>
a { background-color: #DCD62A; }
a { background-color: rgb(220,214,42); }
div.DivClassName
{
background-color: #DCD62A;
}
.BgClassName
{
background-color: #DCD62A;
}
</style>
border-color css
<style>
span { border-color: #DCD62A; }
span { border-color: rgb(220,214,42); }
td.TdClassName
{
border-color: #DCD62A;
}
.TagClassName
{
border-color: #DCD62A;
}
</style>