Shades of Bitter Lemon #DCD72A
Tints of Bitter Lemon #DCD72A
RGB
CMYK
RGB Variations
Color information
#DCD72A (or 0xDCD72A) is known color: Bitter Lemon. HEX triplet: DC, D7 and 2A. RGB value is (220,215,42). Sum of RGB (Red+Green+Blue) = 220+215+42=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD72A is #2328D5. Grayscale: #C5C5C5. Windows color (decimal): -2304214 or 2807772. OLE color: 2807772.
HSL color Cylindrical-coordinate representation of color #DCD72A: hue angle of 58.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCD72A is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 42 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.14 |
| HSL | 58.31º | 0.72% | 0.51% | - |
| HSV(B) | 58.31º | 0.81% | 0.86% | - |
| XYZ | 54.23 | 63.98 | 11.68 | - |
| YUV | 196.77 | 40.66 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 42 | 0 | 0.02 | 0.81 | 0.14 | 58.31 | 0.72 | 0.51 |
| Hex | DC | D7 | 2A | 0 | 2 | 51 | E | 3A | 48 | 33 |
| Octal | 334 | 327 | 52 | 0 | 2 | 121 | 16 | 72 | 110 | 63 |
| Binary | 11011100 | 11010111 | 101010 | 0 | 10 | 1010001 | 1110 | 111010 | 1001000 | 110011 |
Color Harmonies of #DCD72A
Complementary color
Monochromatic Colors of #DCD72A
Black with #DCD72A
Text Example
Text Example
White with #DCD72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD72A; }
p { color: rgb(220,215,42); }
H1.HeaderClassName
{
color: #DCD72A;
}
.AnyTagClassName
{
color: #DCD72A;
}
</style>
background-color css
<style>
a { background-color: #DCD72A; }
a { background-color: rgb(220,215,42); }
div.DivClassName
{
background-color: #DCD72A;
}
.BgClassName
{
background-color: #DCD72A;
}
</style>
border-color css
<style>
span { border-color: #DCD72A; }
span { border-color: rgb(220,215,42); }
td.TdClassName
{
border-color: #DCD72A;
}
.TagClassName
{
border-color: #DCD72A;
}
</style>