Shades of Bitter Lemon #DCD52A
Tints of Bitter Lemon #DCD52A
RGB
CMYK
RGB Variations
Color information
#DCD52A (or 0xDCD52A) is known color: Bitter Lemon. HEX triplet: DC, D5 and 2A. RGB value is (220,213,42). Sum of RGB (Red+Green+Blue) = 220+213+42=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD52A is #232AD5. Grayscale: #C4C4C4. Windows color (decimal): -2304726 or 2807260. OLE color: 2807260.
HSL color Cylindrical-coordinate representation of color #DCD52A: hue angle of 57.64º 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 #DCD52A is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 42 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.14 |
| HSL | 57.64º | 0.72% | 0.51% | - |
| HSV(B) | 57.64º | 0.81% | 0.86% | - |
| XYZ | 53.73 | 62.97 | 11.51 | - |
| YUV | 195.6 | 41.32 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 42 | 0 | 0.03 | 0.81 | 0.14 | 57.64 | 0.72 | 0.51 |
| Hex | DC | D5 | 2A | 0 | 3 | 51 | E | 3A | 48 | 33 |
| Octal | 334 | 325 | 52 | 0 | 3 | 121 | 16 | 72 | 110 | 63 |
| Binary | 11011100 | 11010101 | 101010 | 0 | 11 | 1010001 | 1110 | 111010 | 1001000 | 110011 |
Color Harmonies of #DCD52A
Complementary color
Monochromatic Colors of #DCD52A
Black with #DCD52A
Text Example
Text Example
White with #DCD52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD52A; }
p { color: rgb(220,213,42); }
H1.HeaderClassName
{
color: #DCD52A;
}
.AnyTagClassName
{
color: #DCD52A;
}
</style>
background-color css
<style>
a { background-color: #DCD52A; }
a { background-color: rgb(220,213,42); }
div.DivClassName
{
background-color: #DCD52A;
}
.BgClassName
{
background-color: #DCD52A;
}
</style>
border-color css
<style>
span { border-color: #DCD52A; }
span { border-color: rgb(220,213,42); }
td.TdClassName
{
border-color: #DCD52A;
}
.TagClassName
{
border-color: #DCD52A;
}
</style>