Shades of Bitter Lemon #DCD72F
Tints of Bitter Lemon #DCD72F
RGB
CMYK
RGB Variations
Color information
#DCD72F (or 0xDCD72F) is known color: Bitter Lemon. HEX triplet: DC, D7 and 2F. RGB value is (220,215,47). Sum of RGB (Red+Green+Blue) = 220+215+47=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD72F is #2328D0. Grayscale: #C6C6C6. Windows color (decimal): -2304209 or 3135452. OLE color: 3135452.
HSL color Cylindrical-coordinate representation of color #DCD72F: hue angle of 58.27º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCD72F is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 47 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.14 |
| HSL | 58.27º | 0.71% | 0.52% | - |
| HSV(B) | 58.27º | 0.79% | 0.86% | - |
| XYZ | 54.33 | 64.02 | 12.18 | - |
| YUV | 197.34 | 43.16 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 47 | 0 | 0.02 | 0.79 | 0.14 | 58.27 | 0.71 | 0.52 |
| Hex | DC | D7 | 2F | 0 | 2 | 4F | E | 3A | 47 | 34 |
| Octal | 334 | 327 | 57 | 0 | 2 | 117 | 16 | 72 | 107 | 64 |
| Binary | 11011100 | 11010111 | 101111 | 0 | 10 | 1001111 | 1110 | 111010 | 1000111 | 110100 |
Color Harmonies of #DCD72F
Complementary color
Monochromatic Colors of #DCD72F
Black with #DCD72F
Text Example
Text Example
White with #DCD72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD72F; }
p { color: rgb(220,215,47); }
H1.HeaderClassName
{
color: #DCD72F;
}
.AnyTagClassName
{
color: #DCD72F;
}
</style>
background-color css
<style>
a { background-color: #DCD72F; }
a { background-color: rgb(220,215,47); }
div.DivClassName
{
background-color: #DCD72F;
}
.BgClassName
{
background-color: #DCD72F;
}
</style>
border-color css
<style>
span { border-color: #DCD72F; }
span { border-color: rgb(220,215,47); }
td.TdClassName
{
border-color: #DCD72F;
}
.TagClassName
{
border-color: #DCD72F;
}
</style>