Shades of Bitter Lemon #CFCE2D
Tints of Bitter Lemon #CFCE2D
RGB
CMYK
RGB Variations
Color information
#CFCE2D (or 0xCFCE2D) is known color: Bitter Lemon. HEX triplet: CF, CE and 2D. RGB value is (207,206,45). Sum of RGB (Red+Green+Blue) = 207+206+45=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCE2D is #3031D2. Grayscale: #BCBCBC. Windows color (decimal): -3158483 or 3002063. OLE color: 3002063.
HSL color Cylindrical-coordinate representation of color #CFCE2D: 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 #CFCE2D is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 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 | 48.28 | 57.6 | 11.06 | - |
| YUV | 187.95 | 47.33 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 45 | 0 | 0.00 | 0.78 | 0.19 | 59.63 | 0.64 | 0.49 |
| Hex | CF | CE | 2D | 0 | 0 | 4E | 13 | 3C | 40 | 31 |
| Octal | 317 | 316 | 55 | 0 | 0 | 116 | 23 | 74 | 100 | 61 |
| Binary | 11001111 | 11001110 | 101101 | 0 | 0 | 1001110 | 10011 | 111100 | 1000000 | 110001 |
Color Harmonies of #CFCE2D
Complementary color
Monochromatic Colors of #CFCE2D
Black with #CFCE2D
Text Example
Text Example
White with #CFCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE2D; }
p { color: rgb(207,206,45); }
H1.HeaderClassName
{
color: #CFCE2D;
}
.AnyTagClassName
{
color: #CFCE2D;
}
</style>
background-color css
<style>
a { background-color: #CFCE2D; }
a { background-color: rgb(207,206,45); }
div.DivClassName
{
background-color: #CFCE2D;
}
.BgClassName
{
background-color: #CFCE2D;
}
</style>
border-color css
<style>
span { border-color: #CFCE2D; }
span { border-color: rgb(207,206,45); }
td.TdClassName
{
border-color: #CFCE2D;
}
.TagClassName
{
border-color: #CFCE2D;
}
</style>