Shades of Bitter Lemon #D4CF2D
Tints of Bitter Lemon #D4CF2D
RGB
CMYK
RGB Variations
Color information
#D4CF2D (or 0xD4CF2D) is known color: Bitter Lemon. HEX triplet: D4, CF and 2D. RGB value is (212,207,45). Sum of RGB (Red+Green+Blue) = 212+207+45=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 45 (17.97% from 255 or 9.70% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CF2D is #2B30D2. Grayscale: #BEBEBE. Windows color (decimal): -2830547 or 3002324. OLE color: 3002324.
HSL color Cylindrical-coordinate representation of color #D4CF2D: hue angle of 58.2º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4CF2D is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 207 | 45 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.17 |
| HSL | 58.2º | 0.66% | 0.5% | - |
| HSV(B) | 58.2º | 0.79% | 0.83% | - |
| XYZ | 49.94 | 58.81 | 11.2 | - |
| YUV | 190.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 207 | 45 | 0 | 0.02 | 0.79 | 0.17 | 58.2 | 0.66 | 0.5 |
| Hex | D4 | CF | 2D | 0 | 2 | 4F | 11 | 3A | 42 | 32 |
| Octal | 324 | 317 | 55 | 0 | 2 | 117 | 21 | 72 | 102 | 62 |
| Binary | 11010100 | 11001111 | 101101 | 0 | 10 | 1001111 | 10001 | 111010 | 1000010 | 110010 |
Color Harmonies of #D4CF2D
Complementary color
Monochromatic Colors of #D4CF2D
Black with #D4CF2D
Text Example
Text Example
White with #D4CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CF2D; }
p { color: rgb(212,207,45); }
H1.HeaderClassName
{
color: #D4CF2D;
}
.AnyTagClassName
{
color: #D4CF2D;
}
</style>
background-color css
<style>
a { background-color: #D4CF2D; }
a { background-color: rgb(212,207,45); }
div.DivClassName
{
background-color: #D4CF2D;
}
.BgClassName
{
background-color: #D4CF2D;
}
</style>
border-color css
<style>
span { border-color: #D4CF2D; }
span { border-color: rgb(212,207,45); }
td.TdClassName
{
border-color: #D4CF2D;
}
.TagClassName
{
border-color: #D4CF2D;
}
</style>