Shades of Bitter Lemon #CDD338
Tints of Bitter Lemon #CDD338
RGB
CMYK
RGB Variations
Color information
#CDD338 (or 0xCDD338) is known color: Bitter Lemon. HEX triplet: CD, D3 and 38. RGB value is (205,211,56). Sum of RGB (Red+Green+Blue) = 205+211+56=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD338 is #322CC7. Grayscale: #C0C0C0. Windows color (decimal): -3288264 or 3724237. OLE color: 3724237.
HSL color Cylindrical-coordinate representation of color #CDD338: hue angle of 62.32º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDD338 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 56 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.17 |
| HSL | 62.32º | 0.64% | 0.52% | - |
| HSV(B) | 62.32º | 0.73% | 0.83% | - |
| XYZ | 49.18 | 59.85 | 12.7 | - |
| YUV | 191.54 | 51.51 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 56 | 0.03 | 0 | 0.73 | 0.17 | 62.32 | 0.64 | 0.52 |
| Hex | CD | D3 | 38 | 3 | 0 | 49 | 11 | 3E | 40 | 34 |
| Octal | 315 | 323 | 70 | 3 | 0 | 111 | 21 | 76 | 100 | 64 |
| Binary | 11001101 | 11010011 | 111000 | 11 | 0 | 1001001 | 10001 | 111110 | 1000000 | 110100 |
Color Harmonies of #CDD338
Complementary color
Monochromatic Colors of #CDD338
Black with #CDD338
Text Example
Text Example
White with #CDD338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD338; }
p { color: rgb(205,211,56); }
H1.HeaderClassName
{
color: #CDD338;
}
.AnyTagClassName
{
color: #CDD338;
}
</style>
background-color css
<style>
a { background-color: #CDD338; }
a { background-color: rgb(205,211,56); }
div.DivClassName
{
background-color: #CDD338;
}
.BgClassName
{
background-color: #CDD338;
}
</style>
border-color css
<style>
span { border-color: #CDD338; }
span { border-color: rgb(205,211,56); }
td.TdClassName
{
border-color: #CDD338;
}
.TagClassName
{
border-color: #CDD338;
}
</style>