Shades of Bitter Lemon #DCD72B
Tints of Bitter Lemon #DCD72B
RGB
CMYK
RGB Variations
Color information
#DCD72B (or 0xDCD72B) is known color: Bitter Lemon. HEX triplet: DC, D7 and 2B. RGB value is (220,215,43). Sum of RGB (Red+Green+Blue) = 220+215+43=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD72B is #2328D4. Grayscale: #C5C5C5. Windows color (decimal): -2304213 or 2873308. OLE color: 2873308.
HSL color Cylindrical-coordinate representation of color #DCD72B: hue angle of 58.31º 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 #DCD72B is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 43 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.14 |
| HSL | 58.31º | 0.72% | 0.52% | - |
| HSV(B) | 58.31º | 0.8% | 0.86% | - |
| XYZ | 54.25 | 63.99 | 11.78 | - |
| YUV | 196.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 43 | 0 | 0.02 | 0.80 | 0.14 | 58.31 | 0.72 | 0.52 |
| Hex | DC | D7 | 2B | 0 | 2 | 50 | E | 3A | 48 | 34 |
| Octal | 334 | 327 | 53 | 0 | 2 | 120 | 16 | 72 | 110 | 64 |
| Binary | 11011100 | 11010111 | 101011 | 0 | 10 | 1010000 | 1110 | 111010 | 1001000 | 110100 |
Color Harmonies of #DCD72B
Complementary color
Monochromatic Colors of #DCD72B
Black with #DCD72B
Text Example
Text Example
White with #DCD72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD72B; }
p { color: rgb(220,215,43); }
H1.HeaderClassName
{
color: #DCD72B;
}
.AnyTagClassName
{
color: #DCD72B;
}
</style>
background-color css
<style>
a { background-color: #DCD72B; }
a { background-color: rgb(220,215,43); }
div.DivClassName
{
background-color: #DCD72B;
}
.BgClassName
{
background-color: #DCD72B;
}
</style>
border-color css
<style>
span { border-color: #DCD72B; }
span { border-color: rgb(220,215,43); }
td.TdClassName
{
border-color: #DCD72B;
}
.TagClassName
{
border-color: #DCD72B;
}
</style>