Shades of Bitter Lemon #DCD930
Tints of Bitter Lemon #DCD930
RGB
CMYK
RGB Variations
Color information
#DCD930 (or 0xDCD930) is known color: Bitter Lemon. HEX triplet: DC, D9 and 30. RGB value is (220,217,48). Sum of RGB (Red+Green+Blue) = 220+217+48=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD930 is #2326CF. Grayscale: #C7C7C7. Windows color (decimal): -2303696 or 3201500. OLE color: 3201500.
HSL color Cylindrical-coordinate representation of color #DCD930: hue angle of 58.95º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCD930 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 48 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.14 |
| HSL | 58.95º | 0.71% | 0.53% | - |
| HSV(B) | 58.95º | 0.78% | 0.86% | - |
| XYZ | 54.86 | 65.05 | 12.46 | - |
| YUV | 198.63 | 42.99 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 48 | 0 | 0.01 | 0.78 | 0.14 | 58.95 | 0.71 | 0.53 |
| Hex | DC | D9 | 30 | 0 | 1 | 4E | E | 3B | 47 | 35 |
| Octal | 334 | 331 | 60 | 0 | 1 | 116 | 16 | 73 | 107 | 65 |
| Binary | 11011100 | 11011001 | 110000 | 0 | 1 | 1001110 | 1110 | 111011 | 1000111 | 110101 |
Color Harmonies of #DCD930
Complementary color
Monochromatic Colors of #DCD930
Black with #DCD930
Text Example
Text Example
White with #DCD930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD930; }
p { color: rgb(220,217,48); }
H1.HeaderClassName
{
color: #DCD930;
}
.AnyTagClassName
{
color: #DCD930;
}
</style>
background-color css
<style>
a { background-color: #DCD930; }
a { background-color: rgb(220,217,48); }
div.DivClassName
{
background-color: #DCD930;
}
.BgClassName
{
background-color: #DCD930;
}
</style>
border-color css
<style>
span { border-color: #DCD930; }
span { border-color: rgb(220,217,48); }
td.TdClassName
{
border-color: #DCD930;
}
.TagClassName
{
border-color: #DCD930;
}
</style>