Shades of Bitter Lemon #D2CF2F
Tints of Bitter Lemon #D2CF2F
RGB
CMYK
RGB Variations
Color information
#D2CF2F (or 0xD2CF2F) is known color: Bitter Lemon. HEX triplet: D2, CF and 2F. RGB value is (210,207,47). Sum of RGB (Red+Green+Blue) = 210+207+47=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CF2F is #2D30D0. Grayscale: #BEBEBE. Windows color (decimal): -2961617 or 3133394. OLE color: 3133394.
HSL color Cylindrical-coordinate representation of color #D2CF2F: hue angle of 58.9º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2CF2F is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 207 | 47 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.18 |
| HSL | 58.9º | 0.64% | 0.5% | - |
| HSV(B) | 58.9º | 0.78% | 0.82% | - |
| XYZ | 49.4 | 58.53 | 11.38 | - |
| YUV | 189.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 47 | 0 | 0.01 | 0.78 | 0.18 | 58.9 | 0.64 | 0.5 |
| Hex | D2 | CF | 2F | 0 | 1 | 4E | 12 | 3B | 40 | 32 |
| Octal | 322 | 317 | 57 | 0 | 1 | 116 | 22 | 73 | 100 | 62 |
| Binary | 11010010 | 11001111 | 101111 | 0 | 1 | 1001110 | 10010 | 111011 | 1000000 | 110010 |
Color Harmonies of #D2CF2F
Complementary color
Monochromatic Colors of #D2CF2F
Black with #D2CF2F
Text Example
Text Example
White with #D2CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CF2F; }
p { color: rgb(210,207,47); }
H1.HeaderClassName
{
color: #D2CF2F;
}
.AnyTagClassName
{
color: #D2CF2F;
}
</style>
background-color css
<style>
a { background-color: #D2CF2F; }
a { background-color: rgb(210,207,47); }
div.DivClassName
{
background-color: #D2CF2F;
}
.BgClassName
{
background-color: #D2CF2F;
}
</style>
border-color css
<style>
span { border-color: #D2CF2F; }
span { border-color: rgb(210,207,47); }
td.TdClassName
{
border-color: #D2CF2F;
}
.TagClassName
{
border-color: #D2CF2F;
}
</style>