Shades of Bitter Lemon #DCD725
Tints of Bitter Lemon #DCD725
RGB
CMYK
RGB Variations
Color information
#DCD725 (or 0xDCD725) is known color: Bitter Lemon. HEX triplet: DC, D7 and 25. RGB value is (220,215,37). Sum of RGB (Red+Green+Blue) = 220+215+37=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD725 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD725 is #2328DA. Grayscale: #C4C4C4. Windows color (decimal): -2304219 or 2480092. OLE color: 2480092.
HSL color Cylindrical-coordinate representation of color #DCD725: hue angle of 58.36º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCD725 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 37 | - |
| CMYK | 0 | 0.02 | 0.83 | 0.14 |
| HSL | 58.36º | 0.72% | 0.5% | - |
| HSV(B) | 58.36º | 0.83% | 0.86% | - |
| XYZ | 54.15 | 63.95 | 11.24 | - |
| YUV | 196.2 | 38.16 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 37 | 0 | 0.02 | 0.83 | 0.14 | 58.36 | 0.72 | 0.5 |
| Hex | DC | D7 | 25 | 0 | 2 | 53 | E | 3A | 48 | 32 |
| Octal | 334 | 327 | 45 | 0 | 2 | 123 | 16 | 72 | 110 | 62 |
| Binary | 11011100 | 11010111 | 100101 | 0 | 10 | 1010011 | 1110 | 111010 | 1001000 | 110010 |
Color Harmonies of #DCD725
Complementary color
Monochromatic Colors of #DCD725
Black with #DCD725
Text Example
Text Example
White with #DCD725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD725; }
p { color: rgb(220,215,37); }
H1.HeaderClassName
{
color: #DCD725;
}
.AnyTagClassName
{
color: #DCD725;
}
</style>
background-color css
<style>
a { background-color: #DCD725; }
a { background-color: rgb(220,215,37); }
div.DivClassName
{
background-color: #DCD725;
}
.BgClassName
{
background-color: #DCD725;
}
</style>
border-color css
<style>
span { border-color: #DCD725; }
span { border-color: rgb(220,215,37); }
td.TdClassName
{
border-color: #DCD725;
}
.TagClassName
{
border-color: #DCD725;
}
</style>