Shades of Bitter Lemon #CDD327
Tints of Bitter Lemon #CDD327
RGB
CMYK
RGB Variations
Color information
#CDD327 (or 0xCDD327) is known color: Bitter Lemon. HEX triplet: CD, D3 and 27. RGB value is (205,211,39). Sum of RGB (Red+Green+Blue) = 205+211+39=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD327 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD327 is #322CD8. Grayscale: #BEBEBE. Windows color (decimal): -3288281 or 2610125. OLE color: 2610125.
HSL color Cylindrical-coordinate representation of color #CDD327: hue angle of 62.09º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDD327 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 39 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.17 |
| HSL | 62.09º | 0.69% | 0.49% | - |
| HSV(B) | 62.09º | 0.82% | 0.83% | - |
| XYZ | 48.84 | 59.71 | 10.87 | - |
| YUV | 189.6 | 43.01 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 39 | 0.03 | 0 | 0.82 | 0.17 | 62.09 | 0.69 | 0.49 |
| Hex | CD | D3 | 27 | 3 | 0 | 52 | 11 | 3E | 45 | 31 |
| Octal | 315 | 323 | 47 | 3 | 0 | 122 | 21 | 76 | 105 | 61 |
| Binary | 11001101 | 11010011 | 100111 | 11 | 0 | 1010010 | 10001 | 111110 | 1000101 | 110001 |
Color Harmonies of #CDD327
Complementary color
Monochromatic Colors of #CDD327
Black with #CDD327
Text Example
Text Example
White with #CDD327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD327; }
p { color: rgb(205,211,39); }
H1.HeaderClassName
{
color: #CDD327;
}
.AnyTagClassName
{
color: #CDD327;
}
</style>
background-color css
<style>
a { background-color: #CDD327; }
a { background-color: rgb(205,211,39); }
div.DivClassName
{
background-color: #CDD327;
}
.BgClassName
{
background-color: #CDD327;
}
</style>
border-color css
<style>
span { border-color: #CDD327; }
span { border-color: rgb(205,211,39); }
td.TdClassName
{
border-color: #CDD327;
}
.TagClassName
{
border-color: #CDD327;
}
</style>