Shades of Bitter Lemon #CDD13A
Tints of Bitter Lemon #CDD13A
RGB
CMYK
RGB Variations
Color information
#CDD13A (or 0xCDD13A) is known color: Bitter Lemon. HEX triplet: CD, D1 and 3A. RGB value is (205,209,58). Sum of RGB (Red+Green+Blue) = 205+209+58=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 209 (82.03% from 255 or 44.28% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD13A is #322EC5. Grayscale: #BFBFBF. Windows color (decimal): -3288774 or 3854797. OLE color: 3854797.
HSL color Cylindrical-coordinate representation of color #CDD13A: hue angle of 61.59º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDD13A is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 58 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.18 |
| HSL | 61.59º | 0.62% | 0.52% | - |
| HSV(B) | 61.59º | 0.72% | 0.82% | - |
| XYZ | 48.74 | 58.89 | 12.8 | - |
| YUV | 190.59 | 53.17 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 58 | 0.02 | 0 | 0.72 | 0.18 | 61.59 | 0.62 | 0.52 |
| Hex | CD | D1 | 3A | 2 | 0 | 48 | 12 | 3E | 3E | 34 |
| Octal | 315 | 321 | 72 | 2 | 0 | 110 | 22 | 76 | 76 | 64 |
| Binary | 11001101 | 11010001 | 111010 | 10 | 0 | 1001000 | 10010 | 111110 | 111110 | 110100 |
Color Harmonies of #CDD13A
Complementary color
Monochromatic Colors of #CDD13A
Black with #CDD13A
Text Example
Text Example
White with #CDD13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD13A; }
p { color: rgb(205,209,58); }
H1.HeaderClassName
{
color: #CDD13A;
}
.AnyTagClassName
{
color: #CDD13A;
}
</style>
background-color css
<style>
a { background-color: #CDD13A; }
a { background-color: rgb(205,209,58); }
div.DivClassName
{
background-color: #CDD13A;
}
.BgClassName
{
background-color: #CDD13A;
}
</style>
border-color css
<style>
span { border-color: #CDD13A; }
span { border-color: rgb(205,209,58); }
td.TdClassName
{
border-color: #CDD13A;
}
.TagClassName
{
border-color: #CDD13A;
}
</style>