Shades of Bitter Lemon #DCD92B
Tints of Bitter Lemon #DCD92B
RGB
CMYK
RGB Variations
Color information
#DCD92B (or 0xDCD92B) is known color: Bitter Lemon. HEX triplet: DC, D9 and 2B. RGB value is (220,217,43). Sum of RGB (Red+Green+Blue) = 220+217+43=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 43 (17.19% from 255 or 8.96% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD92B is #2326D4. Grayscale: #C6C6C6. Windows color (decimal): -2303701 or 2873820. OLE color: 2873820.
HSL color Cylindrical-coordinate representation of color #DCD92B: hue angle of 58.98º 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 #DCD92B is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 43 | - |
| CMYK | 0 | 0.01 | 0.80 | 0.14 |
| HSL | 58.98º | 0.72% | 0.52% | - |
| HSV(B) | 58.98º | 0.8% | 0.86% | - |
| XYZ | 54.76 | 65.02 | 11.95 | - |
| YUV | 198.06 | 40.49 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 43 | 0 | 0.01 | 0.80 | 0.14 | 58.98 | 0.72 | 0.52 |
| Hex | DC | D9 | 2B | 0 | 1 | 50 | E | 3B | 48 | 34 |
| Octal | 334 | 331 | 53 | 0 | 1 | 120 | 16 | 73 | 110 | 64 |
| Binary | 11011100 | 11011001 | 101011 | 0 | 1 | 1010000 | 1110 | 111011 | 1001000 | 110100 |
Color Harmonies of #DCD92B
Complementary color
Monochromatic Colors of #DCD92B
Black with #DCD92B
Text Example
Text Example
White with #DCD92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD92B; }
p { color: rgb(220,217,43); }
H1.HeaderClassName
{
color: #DCD92B;
}
.AnyTagClassName
{
color: #DCD92B;
}
</style>
background-color css
<style>
a { background-color: #DCD92B; }
a { background-color: rgb(220,217,43); }
div.DivClassName
{
background-color: #DCD92B;
}
.BgClassName
{
background-color: #DCD92B;
}
</style>
border-color css
<style>
span { border-color: #DCD92B; }
span { border-color: rgb(220,217,43); }
td.TdClassName
{
border-color: #DCD92B;
}
.TagClassName
{
border-color: #DCD92B;
}
</style>