Shades of Bitter Lemon #DCD52E
Tints of Bitter Lemon #DCD52E
RGB
CMYK
RGB Variations
Color information
#DCD52E (or 0xDCD52E) is known color: Bitter Lemon. HEX triplet: DC, D5 and 2E. RGB value is (220,213,46). Sum of RGB (Red+Green+Blue) = 220+213+46=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 46 (18.36% from 255 or 9.60% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD52E is #232AD1. Grayscale: #C4C4C4. Windows color (decimal): -2304722 or 3069404. OLE color: 3069404.
HSL color Cylindrical-coordinate representation of color #DCD52E: hue angle of 57.59º 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 #DCD52E is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 213 | 46 | - |
CMYK | 0 | 0.03 | 0.79 | 0.14 |
HSL | 57.59º | 0.71% | 0.52% | - |
HSV(B) | 57.59º | 0.79% | 0.86% | - |
XYZ | 53.8 | 63 | 11.91 | - |
YUV | 196.06 | 43.32 | 145.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 213 | 46 | 0 | 0.03 | 0.79 | 0.14 | 57.59 | 0.71 | 0.52 |
Hex | DC | D5 | 2E | 0 | 3 | 4F | E | 3A | 47 | 34 |
Octal | 334 | 325 | 56 | 0 | 3 | 117 | 16 | 72 | 107 | 64 |
Binary | 11011100 | 11010101 | 101110 | 0 | 11 | 1001111 | 1110 | 111010 | 1000111 | 110100 |
Color Harmonies of #DCD52E
Complementary color
Monochromatic Colors of #DCD52E
Black with #DCD52E
Text Example
Text Example
White with #DCD52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD52E; }
p { color: rgb(220,213,46); }
H1.HeaderClassName
{
color: #DCD52E;
}
.AnyTagClassName
{
color: #DCD52E;
}
</style>
background-color css
<style>
a { background-color: #DCD52E; }
a { background-color: rgb(220,213,46); }
div.DivClassName
{
background-color: #DCD52E;
}
.BgClassName
{
background-color: #DCD52E;
}
</style>
border-color css
<style>
span { border-color: #DCD52E; }
span { border-color: rgb(220,213,46); }
td.TdClassName
{
border-color: #DCD52E;
}
.TagClassName
{
border-color: #DCD52E;
}
</style>