Shades of Bitter Lemon #DCD52B
Tints of Bitter Lemon #DCD52B
RGB
CMYK
RGB Variations
Color information
#DCD52B (or 0xDCD52B) is known color: Bitter Lemon. HEX triplet: DC, D5 and 2B. RGB value is (220,213,43). Sum of RGB (Red+Green+Blue) = 220+213+43=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD52B is #232AD4. Grayscale: #C4C4C4. Windows color (decimal): -2304725 or 2872796. OLE color: 2872796.
HSL color Cylindrical-coordinate representation of color #DCD52B: hue angle of 57.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCD52B is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 43 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.14 |
| HSL | 57.63º | 0.72% | 0.52% | - |
| HSV(B) | 57.63º | 0.8% | 0.86% | - |
| XYZ | 53.75 | 62.98 | 11.61 | - |
| YUV | 195.71 | 41.82 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 43 | 0 | 0.03 | 0.80 | 0.14 | 57.63 | 0.72 | 0.52 |
| Hex | DC | D5 | 2B | 0 | 3 | 50 | E | 3A | 48 | 34 |
| Octal | 334 | 325 | 53 | 0 | 3 | 120 | 16 | 72 | 110 | 64 |
| Binary | 11011100 | 11010101 | 101011 | 0 | 11 | 1010000 | 1110 | 111010 | 1001000 | 110100 |
Color Harmonies of #DCD52B
Complementary color
Monochromatic Colors of #DCD52B
Black with #DCD52B
Text Example
Text Example
White with #DCD52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD52B; }
p { color: rgb(220,213,43); }
H1.HeaderClassName
{
color: #DCD52B;
}
.AnyTagClassName
{
color: #DCD52B;
}
</style>
background-color css
<style>
a { background-color: #DCD52B; }
a { background-color: rgb(220,213,43); }
div.DivClassName
{
background-color: #DCD52B;
}
.BgClassName
{
background-color: #DCD52B;
}
</style>
border-color css
<style>
span { border-color: #DCD52B; }
span { border-color: rgb(220,213,43); }
td.TdClassName
{
border-color: #DCD52B;
}
.TagClassName
{
border-color: #DCD52B;
}
</style>