Shades of Bitter Lemon #D3CF2B
Tints of Bitter Lemon #D3CF2B
RGB
CMYK
RGB Variations
Color information
#D3CF2B (or 0xD3CF2B) is known color: Bitter Lemon. HEX triplet: D3, CF and 2B. RGB value is (211,207,43). Sum of RGB (Red+Green+Blue) = 211+207+43=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CF2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CF2B is #2C30D4. Grayscale: #BEBEBE. Windows color (decimal): -2896085 or 2871251. OLE color: 2871251.
HSL color Cylindrical-coordinate representation of color #D3CF2B: hue angle of 58.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3CF2B is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 207 | 43 | - |
| CMYK | 0 | 0.02 | 0.80 | 0.17 |
| HSL | 58.57º | 0.66% | 0.5% | - |
| HSV(B) | 58.57º | 0.8% | 0.83% | - |
| XYZ | 49.61 | 58.65 | 10.99 | - |
| YUV | 189.5 | 45.33 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 207 | 43 | 0 | 0.02 | 0.80 | 0.17 | 58.57 | 0.66 | 0.5 |
| Hex | D3 | CF | 2B | 0 | 2 | 50 | 11 | 3B | 42 | 32 |
| Octal | 323 | 317 | 53 | 0 | 2 | 120 | 21 | 73 | 102 | 62 |
| Binary | 11010011 | 11001111 | 101011 | 0 | 10 | 1010000 | 10001 | 111011 | 1000010 | 110010 |
Color Harmonies of #D3CF2B
Complementary color
Monochromatic Colors of #D3CF2B
Black with #D3CF2B
Text Example
Text Example
White with #D3CF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CF2B; }
p { color: rgb(211,207,43); }
H1.HeaderClassName
{
color: #D3CF2B;
}
.AnyTagClassName
{
color: #D3CF2B;
}
</style>
background-color css
<style>
a { background-color: #D3CF2B; }
a { background-color: rgb(211,207,43); }
div.DivClassName
{
background-color: #D3CF2B;
}
.BgClassName
{
background-color: #D3CF2B;
}
</style>
border-color css
<style>
span { border-color: #D3CF2B; }
span { border-color: rgb(211,207,43); }
td.TdClassName
{
border-color: #D3CF2B;
}
.TagClassName
{
border-color: #D3CF2B;
}
</style>