Shades of Bitter Lemon #DCD527
Tints of Bitter Lemon #DCD527
RGB
CMYK
RGB Variations
Color information
#DCD527 (or 0xDCD527) is known color: Bitter Lemon. HEX triplet: DC, D5 and 27. RGB value is (220,213,39). Sum of RGB (Red+Green+Blue) = 220+213+39=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 39 (15.62% from 255 or 8.26% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD527 is #232AD8. Grayscale: #C3C3C3. Windows color (decimal): -2304729 or 2610652. OLE color: 2610652.
HSL color Cylindrical-coordinate representation of color #DCD527: hue angle of 57.68º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCD527 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 39 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.14 |
| HSL | 57.68º | 0.72% | 0.51% | - |
| HSV(B) | 57.68º | 0.82% | 0.86% | - |
| XYZ | 53.68 | 62.95 | 11.24 | - |
| YUV | 195.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 39 | 0 | 0.03 | 0.82 | 0.14 | 57.68 | 0.72 | 0.51 |
| Hex | DC | D5 | 27 | 0 | 3 | 52 | E | 3A | 48 | 33 |
| Octal | 334 | 325 | 47 | 0 | 3 | 122 | 16 | 72 | 110 | 63 |
| Binary | 11011100 | 11010101 | 100111 | 0 | 11 | 1010010 | 1110 | 111010 | 1001000 | 110011 |
Color Harmonies of #DCD527
Complementary color
Monochromatic Colors of #DCD527
Black with #DCD527
Text Example
Text Example
White with #DCD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD527; }
p { color: rgb(220,213,39); }
H1.HeaderClassName
{
color: #DCD527;
}
.AnyTagClassName
{
color: #DCD527;
}
</style>
background-color css
<style>
a { background-color: #DCD527; }
a { background-color: rgb(220,213,39); }
div.DivClassName
{
background-color: #DCD527;
}
.BgClassName
{
background-color: #DCD527;
}
</style>
border-color css
<style>
span { border-color: #DCD527; }
span { border-color: rgb(220,213,39); }
td.TdClassName
{
border-color: #DCD527;
}
.TagClassName
{
border-color: #DCD527;
}
</style>