Shades of Bitter Lemon #CDD13B
Tints of Bitter Lemon #CDD13B
RGB
CMYK
RGB Variations
Color information
#CDD13B (or 0xCDD13B) is known color: Bitter Lemon. HEX triplet: CD, D1 and 3B. RGB value is (205,209,59). Sum of RGB (Red+Green+Blue) = 205+209+59=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD13B is #322EC4. Grayscale: #BFBFBF. Windows color (decimal): -3288773 or 3920333. OLE color: 3920333.
HSL color Cylindrical-coordinate representation of color #CDD13B: hue angle of 61.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDD13B is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 59 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.18 |
| HSL | 61.6º | 0.62% | 0.53% | - |
| HSV(B) | 61.6º | 0.72% | 0.82% | - |
| XYZ | 48.77 | 58.9 | 12.94 | - |
| YUV | 190.7 | 53.67 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 59 | 0.02 | 0 | 0.72 | 0.18 | 61.6 | 0.62 | 0.53 |
| Hex | CD | D1 | 3B | 2 | 0 | 48 | 12 | 3E | 3E | 35 |
| Octal | 315 | 321 | 73 | 2 | 0 | 110 | 22 | 76 | 76 | 65 |
| Binary | 11001101 | 11010001 | 111011 | 10 | 0 | 1001000 | 10010 | 111110 | 111110 | 110101 |
Color Harmonies of #CDD13B
Complementary color
Monochromatic Colors of #CDD13B
Black with #CDD13B
Text Example
Text Example
White with #CDD13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD13B; }
p { color: rgb(205,209,59); }
H1.HeaderClassName
{
color: #CDD13B;
}
.AnyTagClassName
{
color: #CDD13B;
}
</style>
background-color css
<style>
a { background-color: #CDD13B; }
a { background-color: rgb(205,209,59); }
div.DivClassName
{
background-color: #CDD13B;
}
.BgClassName
{
background-color: #CDD13B;
}
</style>
border-color css
<style>
span { border-color: #CDD13B; }
span { border-color: rgb(205,209,59); }
td.TdClassName
{
border-color: #CDD13B;
}
.TagClassName
{
border-color: #CDD13B;
}
</style>