Shades of Bitter Lemon #CECD2D
Tints of Bitter Lemon #CECD2D
RGB
CMYK
RGB Variations
Color information
#CECD2D (or 0xCECD2D) is known color: Bitter Lemon. HEX triplet: CE, CD and 2D. RGB value is (206,205,45). Sum of RGB (Red+Green+Blue) = 206+205+45=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECD2D is #3132D2. Grayscale: #BBBBBB. Windows color (decimal): -3224275 or 3001806. OLE color: 3001806.
HSL color Cylindrical-coordinate representation of color #CECD2D: hue angle of 59.63º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CECD2D is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 45 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.19 |
| HSL | 59.63º | 0.64% | 0.49% | - |
| HSV(B) | 59.63º | 0.78% | 0.81% | - |
| XYZ | 47.76 | 56.97 | 10.96 | - |
| YUV | 187.06 | 47.83 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 45 | 0 | 0.00 | 0.78 | 0.19 | 59.63 | 0.64 | 0.49 |
| Hex | CE | CD | 2D | 0 | 0 | 4E | 13 | 3C | 40 | 31 |
| Octal | 316 | 315 | 55 | 0 | 0 | 116 | 23 | 74 | 100 | 61 |
| Binary | 11001110 | 11001101 | 101101 | 0 | 0 | 1001110 | 10011 | 111100 | 1000000 | 110001 |
Color Harmonies of #CECD2D
Complementary color
Monochromatic Colors of #CECD2D
Black with #CECD2D
Text Example
Text Example
White with #CECD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD2D; }
p { color: rgb(206,205,45); }
H1.HeaderClassName
{
color: #CECD2D;
}
.AnyTagClassName
{
color: #CECD2D;
}
</style>
background-color css
<style>
a { background-color: #CECD2D; }
a { background-color: rgb(206,205,45); }
div.DivClassName
{
background-color: #CECD2D;
}
.BgClassName
{
background-color: #CECD2D;
}
</style>
border-color css
<style>
span { border-color: #CECD2D; }
span { border-color: rgb(206,205,45); }
td.TdClassName
{
border-color: #CECD2D;
}
.TagClassName
{
border-color: #CECD2D;
}
</style>