Shades of Bitter Lemon #CDD336
Tints of Bitter Lemon #CDD336
RGB
CMYK
RGB Variations
Color information
#CDD336 (or 0xCDD336) is known color: Bitter Lemon. HEX triplet: CD, D3 and 36. RGB value is (205,211,54). Sum of RGB (Red+Green+Blue) = 205+211+54=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD336 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD336 is #322CC9. Grayscale: #BFBFBF. Windows color (decimal): -3288266 or 3593165. OLE color: 3593165.
HSL color Cylindrical-coordinate representation of color #CDD336: hue angle of 62.29º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDD336 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 54 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.17 |
| HSL | 62.29º | 0.64% | 0.52% | - |
| HSV(B) | 62.29º | 0.74% | 0.83% | - |
| XYZ | 49.14 | 59.83 | 12.45 | - |
| YUV | 191.31 | 50.51 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 54 | 0.03 | 0 | 0.74 | 0.17 | 62.29 | 0.64 | 0.52 |
| Hex | CD | D3 | 36 | 3 | 0 | 4A | 11 | 3E | 40 | 34 |
| Octal | 315 | 323 | 66 | 3 | 0 | 112 | 21 | 76 | 100 | 64 |
| Binary | 11001101 | 11010011 | 110110 | 11 | 0 | 1001010 | 10001 | 111110 | 1000000 | 110100 |
Color Harmonies of #CDD336
Complementary color
Monochromatic Colors of #CDD336
Black with #CDD336
Text Example
Text Example
White with #CDD336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD336; }
p { color: rgb(205,211,54); }
H1.HeaderClassName
{
color: #CDD336;
}
.AnyTagClassName
{
color: #CDD336;
}
</style>
background-color css
<style>
a { background-color: #CDD336; }
a { background-color: rgb(205,211,54); }
div.DivClassName
{
background-color: #CDD336;
}
.BgClassName
{
background-color: #CDD336;
}
</style>
border-color css
<style>
span { border-color: #CDD336; }
span { border-color: rgb(205,211,54); }
td.TdClassName
{
border-color: #CDD336;
}
.TagClassName
{
border-color: #CDD336;
}
</style>