Shades of Bitter Lemon #DCD82A
Tints of Bitter Lemon #DCD82A
RGB
CMYK
RGB Variations
Color information
#DCD82A (or 0xDCD82A) is known color: Bitter Lemon. HEX triplet: DC, D8 and 2A. RGB value is (220,216,42). Sum of RGB (Red+Green+Blue) = 220+216+42=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 216 (84.77% from 255 or 45.19% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD82A is #2327D5. Grayscale: #C6C6C6. Windows color (decimal): -2303958 or 2808028. OLE color: 2808028.
HSL color Cylindrical-coordinate representation of color #DCD82A: hue angle of 58.65º 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 #DCD82A is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 42 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.14 |
| HSL | 58.65º | 0.72% | 0.51% | - |
| HSV(B) | 58.65º | 0.81% | 0.86% | - |
| XYZ | 54.49 | 64.49 | 11.77 | - |
| YUV | 197.36 | 40.33 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 42 | 0 | 0.02 | 0.81 | 0.14 | 58.65 | 0.72 | 0.51 |
| Hex | DC | D8 | 2A | 0 | 2 | 51 | E | 3B | 48 | 33 |
| Octal | 334 | 330 | 52 | 0 | 2 | 121 | 16 | 73 | 110 | 63 |
| Binary | 11011100 | 11011000 | 101010 | 0 | 10 | 1010001 | 1110 | 111011 | 1001000 | 110011 |
Color Harmonies of #DCD82A
Complementary color
Monochromatic Colors of #DCD82A
Black with #DCD82A
Text Example
Text Example
White with #DCD82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD82A; }
p { color: rgb(220,216,42); }
H1.HeaderClassName
{
color: #DCD82A;
}
.AnyTagClassName
{
color: #DCD82A;
}
</style>
background-color css
<style>
a { background-color: #DCD82A; }
a { background-color: rgb(220,216,42); }
div.DivClassName
{
background-color: #DCD82A;
}
.BgClassName
{
background-color: #DCD82A;
}
</style>
border-color css
<style>
span { border-color: #DCD82A; }
span { border-color: rgb(220,216,42); }
td.TdClassName
{
border-color: #DCD82A;
}
.TagClassName
{
border-color: #DCD82A;
}
</style>